From fda93e2c126238777657dd11d88b78d6623154d1 Mon Sep 17 00:00:00 2001 From: Timur Ramazanov Date: Wed, 15 Jan 2020 14:19:41 +0300 Subject: [PATCH] Version 0.1.1 --- config/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/main.go b/config/main.go index 20d9467..d4f908a 100644 --- a/config/main.go +++ b/config/main.go @@ -12,7 +12,7 @@ import ( ) // Version Application version -const Version string = "0.0.1" +const Version string = "0.1.1" // NumberWithSign represents arg having sign type NumberWithSign struct {