summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.go b/main.go
index e40bc7b..edc3fda 100644
--- a/main.go
+++ b/main.go
@@ -12,6 +12,9 @@ import (
"go.wit.com/log"
)
+// sent from -ldflags
+var VERSION string
+
// This is the beginning of the binary tree of GUI widgets
var myGui *gui.Node