mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-31 16:14:46 +02:00
add replaceme back to installer
This commit is contained in:
parent
ead5df0a8c
commit
49b88002fb
1 changed files with 3 additions and 3 deletions
|
@ -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/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue