From 3961caa1792c68dc215a9b8c51965e6fd0518f2f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 7 Nov 2024 07:03:13 -0600 Subject: attempt to make a fake control file --- main.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main.go') 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 -- cgit v1.2.3