From 8c1fb7f1776b9fa5236f7dec0f121b2738c2aca6 Mon Sep 17 00:00:00 2001 From: Elia el Lazkani Date: Sat, 29 Feb 2020 12:52:38 +0100 Subject: [PATCH] Version bump to 0.1.0 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index b83fc09..38d8dd0 100644 --- a/main.go +++ b/main.go @@ -13,7 +13,7 @@ import ( ) // VERSION The version release -const VERSION = "0.0.5" +const VERSION = "0.1.0" // AUTHOR The author name const AUTHOR = "Elia el Lazkani"