aboutsummaryrefslogtreecommitdiff
path: root/xS/xS.go
diff options
context:
space:
mode:
Diffstat (limited to 'xS/xS.go')
-rw-r--r--xS/xS.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/xS/xS.go b/xS/xS.go
index feefb5c..25db005 100644
--- a/xS/xS.go
+++ b/xS/xS.go
@@ -42,6 +42,8 @@ import (
const projectName = "xS"
+var projectVersion = "?"
+
var debugMode = false
// --- Logging -----------------------------------------------------------------