From 24f8a92ab4ba8784cf7dd2f9284419258a921799 Mon Sep 17 00:00:00 2001 From: Elia el Lazkani Date: Fri, 6 Mar 2020 20:53:45 +0100 Subject: [PATCH] Version bump to 0.1.3 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index e75b980..d2884d6 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ import ( ) // VERSION The version release -const VERSION = "0.1.2" +const VERSION = "0.1.3" // AUTHOR The author name const AUTHOR = "Elia el Lazkani"