Update gerbil version

This commit is contained in:
Owen Schwartz 2025-01-19 17:33:46 -05:00
parent 40a2933e25
commit 4eca127781
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD

View file

@ -19,7 +19,7 @@ import (
func loadVersions(config *Config) { func loadVersions(config *Config) {
config.PangolinVersion = "1.0.0-beta.7" config.PangolinVersion = "1.0.0-beta.7"
config.GerbilVersion = "1.0.0-beta.2" config.GerbilVersion = "1.0.0-beta.3"
} }
//go:embed fs/* //go:embed fs/*