diff --git a/system/const.go b/system/const.go index 435b270..4846a9f 100644 --- a/system/const.go +++ b/system/const.go @@ -2,5 +2,5 @@ package system const ( // The current version of this software. - Version = "0.0.1" + Version = "1.0.0-beta.6" )