From b7567bbd15eb723174a0ce98201c8568e009e47a Mon Sep 17 00:00:00 2001 From: Leonid Bugaev Date: Mon, 27 Oct 2014 16:42:48 +0500 Subject: [PATCH] It should be 0.9.2 version --- settings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.go b/settings.go index c3a1d33..f7973c1 100644 --- a/settings.go +++ b/settings.go @@ -8,7 +8,7 @@ import ( ) const ( - VERSION = "0.9.3" + VERSION = "0.9.2" ) type AppSettings struct {