From 62ced2e1ba769e9bb1ec62c691ee32b0068c21cb Mon Sep 17 00:00:00 2001 From: Leonid Bugaev Date: Mon, 27 Oct 2014 16:41:07 +0500 Subject: [PATCH] Update version --- settings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.go b/settings.go index 6ab84cf..c3a1d33 100644 --- a/settings.go +++ b/settings.go @@ -8,7 +8,7 @@ import ( ) const ( - VERSION = "0.9.0" + VERSION = "0.9.3" ) type AppSettings struct {