From 90cdea83d4919823b33210990d5328dbbf849dec Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sun, 19 Jan 2020 15:18:00 -0800 Subject: [PATCH] Bump for release --- const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )