From 44dfb8fdd7bdbfb18a40bc3249db4158b0ef6a91 Mon Sep 17 00:00:00 2001 From: Matthew Penner Date: Mon, 15 Nov 2021 10:25:39 -0700 Subject: [PATCH] change default version to be 'develop' --- system/const.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/system/const.go b/system/const.go index 87d87fb..aebbc68 100644 --- a/system/const.go +++ b/system/const.go @@ -1,6 +1,3 @@ package system -var ( - // The current version of this software. - Version = "0.0.1" -) +var Version = "develop"