From c3e0554fd77f976b58a8da10d4878353bb895a78 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 16 Mar 2014 02:53:41 -0400 Subject: Clean code --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index 315297b101..9d1f2032d6 100644 --- a/gogs.go +++ b/gogs.go @@ -20,7 +20,7 @@ import ( // Test that go1.1 tag above is included in builds. main.go refers to this definition. const go11tag = true -const APP_VER = "0.0.8.0315" +const APP_VER = "0.0.8.0316.1" func init() { base.AppVer = APP_VER -- cgit v1.2.3