From 2f6cd384d5d2f2a3ca10d7532ba7437f51180d73 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Fri, 8 May 2020 22:09:57 -0700 Subject: [PATCH] Update const.go --- system/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/const.go b/system/const.go index 435b270..ae4937d 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.4" )