Update const.go

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

View File

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