From 263d1347a08bb82db9d18fa19e055448e6ed220e Mon Sep 17 00:00:00 2001 From: Leonid Bugaev Date: Wed, 29 Jan 2014 21:29:46 +0600 Subject: [PATCH] Update version --- settings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.go b/settings.go index 1e89e824..a01c2954 100644 --- a/settings.go +++ b/settings.go @@ -8,7 +8,7 @@ import ( ) const ( - VERSION = "0.7.0" + VERSION = "0.7.5" ) type AppSettings struct {