From 52f25ed46d653fe512313d05de38f1d6af9cdf02 Mon Sep 17 00:00:00 2001 From: Elia el Lazkani Date: Sun, 1 Mar 2020 02:14:14 +0100 Subject: [PATCH] Version bump to 0.1.1 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 75615b2..1907290 100644 --- a/main.go +++ b/main.go @@ -14,7 +14,7 @@ import ( ) // VERSION The version release -const VERSION = "0.1.0" +const VERSION = "0.1.1" // AUTHOR The author name const AUTHOR = "Elia el Lazkani"