From 6cd41e38ceb85d51c605f4c74972d76dc1e73a90 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Thu, 18 Jun 2020 21:05:43 -0700 Subject: [PATCH] Bump for release --- system/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )