Bump version

This commit is contained in:
Owen Schwartz 2025-01-20 21:31:38 -05:00
parent 2c8f824240
commit 273d9675bf
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.7"
config.PangolinVersion = "1.0.0-beta.8"
config.GerbilVersion = "1.0.0-beta.3"
}