From 7c0223bd06de866fbe10ea9e7a5326b1d20096bb Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Wed, 6 Sep 2023 13:11:20 +0200 Subject: [PATCH] lib/build: Next version is the Gold Grasshopper --- lib/build/build.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/build/build.go b/lib/build/build.go index a389ac146..549b49da6 100644 --- a/lib/build/build.go +++ b/lib/build/build.go @@ -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