Update to beta.5

This commit is contained in:
Owen Schwartz 2025-01-12 16:09:08 -05:00
parent f72dd3471e
commit 79c4f13440
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.4"
config.PangolinVersion = "1.0.0-beta.5"
config.GerbilVersion = "1.0.0-beta.1"
}