From 8d086fe7d457d37942e10fc85d42aedcfcffc7a3 Mon Sep 17 00:00:00 2001 From: Elia el Lazkani Date: Thu, 27 Feb 2020 00:17:49 +0100 Subject: [PATCH] Bumping version to 0.0.5 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index af7b35a..d0db4ee 100644 --- a/main.go +++ b/main.go @@ -13,7 +13,7 @@ import ( ) // VERSION The version release -const VERSION = "0.0.4" +const VERSION = "0.0.5" // AUTHOR The author name const AUTHOR = "Elia el Lazkani"