lib/build: Next version is the Gold Grasshopper

This commit is contained in:
Jakob Borg 2023-09-06 13:11:20 +02:00
parent c6334e61aa
commit 7c0223bd06
1 changed files with 2 additions and 3 deletions

View File

@ -18,6 +18,8 @@ import (
"time"
)
const Codename = "Gold Grasshopper"
var (
// Injected by build script
Version = "unknown-dev"
@ -26,9 +28,6 @@ var (
Stamp = "0"
Tags = ""
// Static
Codename = "Fermium Flea"
// Set by init()
Date time.Time
IsRelease bool