summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-16 00:07:41 -0600
committerJeff Carr <[email protected]>2024-11-16 00:07:41 -0600
commit47d10c231f09ee5d4dcb4e4c27c7f027c1f792ae (patch)
tree528fff2efddebc973e6805a554d1fd57f6722e44 /main.go
parent1579e18f699d054a331b670be64af6ff0f941cae (diff)
fix buildv0.22.5
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index e3eec28..40a4cbc 100644
--- a/main.go
+++ b/main.go
@@ -13,7 +13,7 @@ import (
// are sent via -ldflags at buildtime
var VERSION string
-var GUIVERSION string
+var BUILDTIME string
//go:embed resources/*
var resources embed.FS