change system.Version to var so we can set at build

This commit is contained in:
Jakob Schrettenbrunner
2020-07-05 01:26:36 +00:00
parent 7516ef1aa4
commit 31d00333a7
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
package system
const (
var (
// The current version of this software.
Version = "0.0.1"
)