aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2023-09-06 13:11:20 +0200
committerJakob Borg <jakob@kastelo.net>2023-09-06 13:13:39 +0200
commit7c0223bd06de866fbe10ea9e7a5326b1d20096bb (patch)
tree649c5d83191cbad03343c2537500fc31e5fe46cf
parentc6334e61aa56575db6b274d45d55f7ada4dcd0fe (diff)
downloadsyncthing-7c0223bd06de866fbe10ea9e7a5326b1d20096bb.tar.gz
syncthing-7c0223bd06de866fbe10ea9e7a5326b1d20096bb.zip
lib/build: Next version is the Gold Grasshopper
-rw-r--r--lib/build/build.go5
1 files 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