From 7c5bf90ced55463247deea7d5e43c14f4b8c357a Mon Sep 17 00:00:00 2001 From: Elia el Lazkani Date: Sun, 1 Mar 2020 11:09:36 +0100 Subject: [PATCH] Version bump to 0.1.2 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 76b238d..8774a3a 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ import ( ) // VERSION The version release -const VERSION = "0.1.1" +const VERSION = "0.1.2" // AUTHOR The author name const AUTHOR = "Elia el Lazkani"