This commit is contained in:
Milo Schwartz
2025-01-24 23:18:27 -05:00
parent 2d0a367f1a
commit 8e5330fb82
5 changed files with 81 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
all: build
build:

View File

@@ -17,9 +17,10 @@ import (
"golang.org/x/term"
)
// DO NOT EDIT THIS FUNCTION; IT MATCHED BY REGEX IN CICD
func loadVersions(config *Config) {
config.PangolinVersion = "1.0.0-beta.8"
config.GerbilVersion = "1.0.0-beta.3"
config.PangolinVersion = "replaceme"
config.GerbilVersion = "replaceme"
}
//go:embed fs/*