Update const.go

This commit is contained in:
Dane Everitt
2020-05-08 22:09:57 -07:00
parent 483b652087
commit 04f206291a

View File

@@ -2,5 +2,5 @@ package system
const ( const (
// The current version of this software. // The current version of this software.
Version = "0.0.1" Version = "1.0.0-beta.4"
) )