diff --git a/const.go b/const.go index ef3788e..fa82cca 100644 --- a/const.go +++ b/const.go @@ -2,5 +2,5 @@ package main const ( // The current version of this software. - Version = "0.0.1" + Version = "1.0.0-alpha.2" )