Fix bug with new config having wrong version

This commit is contained in:
2023-11-26 16:59:54 +10:30
parent bb8193b504
commit 9a2497c244
3 changed files with 6 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ import (
func main() {
versionInfo := &version.Manager{
VersionInfo: version.Info{CurrentVersion: "v1.1.0"},
VersionInfo: version.Info{CurrentVersion: "v1.1.1"},
}
log.Printf("Starting gropple %s - https://github.com/tardisx/gropple", versionInfo.GetInfo().CurrentVersion)