From 5de60281360984e2087b7623591d34cfe896bf02 Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Thu, 30 Jan 2025 12:27:07 -0500 Subject: [PATCH] Put replaceme back --- install/main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/main.go b/install/main.go index 2f1a0b5b..4f2deb3a 100644 --- a/install/main.go +++ b/install/main.go @@ -19,9 +19,9 @@ import ( // DO NOT EDIT THIS FUNCTION; IT MATCHED BY REGEX IN CICD func loadVersions(config *Config) { - config.PangolinVersion = "1.0.0-beta.9" - config.GerbilVersion = "1.0.0-beta.3" - config.BadgerVersion = "v1.0.0-beta.3" + config.PangolinVersion = "replaceme" + config.GerbilVersion = "replaceme" + config.BadgerVersion = "replaceme" } //go:embed fs/*