From 49b88002fbd78426376079661c3d8b426ea2953f Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Sat, 21 Jun 2025 16:36:17 -0400 Subject: [PATCH] add replaceme back to installer --- install/main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/main.go b/install/main.go index f4ce8704..38aa6f63 100644 --- a/install/main.go +++ b/install/main.go @@ -24,9 +24,9 @@ import ( // DO NOT EDIT THIS FUNCTION; IT MATCHED BY REGEX IN CICD func loadVersions(config *Config) { - config.PangolinVersion = "1.5.1" - config.GerbilVersion = "1.0.0" - config.BadgerVersion = "v1.2.0" + config.PangolinVersion = "replaceme" + config.GerbilVersion = "replaceme" + config.BadgerVersion = "replaceme" } //go:embed config/*