Bump version

This commit is contained in:
Owen Schwartz 2025-01-17 21:53:16 -05:00
parent 680c665242
commit a208ab36b8
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD

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"
}