mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-01 16:45:40 +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
|
// DO NOT EDIT THIS FUNCTION; IT MATCHED BY REGEX IN CICD
|
||||||
func loadVersions(config *Config) {
|
func loadVersions(config *Config) {
|
||||||
config.PangolinVersion = "1.5.1"
|
config.PangolinVersion = "replaceme"
|
||||||
config.GerbilVersion = "1.0.0"
|
config.GerbilVersion = "replaceme"
|
||||||
config.BadgerVersion = "v1.2.0"
|
config.BadgerVersion = "replaceme"
|
||||||
}
|
}
|
||||||
|
|
||||||
//go:embed config/*
|
//go:embed config/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue