Merge pull request #76 from fosrl/bump-version

Bump version
This commit is contained in:
Owen Schwartz 2025-01-17 21:55:34 -05:00 committed by GitHub
commit 40a2933e25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ import (
)
func loadVersions(config *Config) {
config.PangolinVersion = "1.0.0-beta.6"
config.PangolinVersion = "1.0.0-beta.7"
config.GerbilVersion = "1.0.0-beta.2"
}