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

View File

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