From ed546912e5e4aa7c33230365707065a646f5e137 Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 10 Apr 2014 23:41:10 -0400 Subject: fix #52 fix #34 --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index 72c506aff2..d0b0c6ca04 100644 --- a/gogs.go +++ b/gogs.go @@ -19,7 +19,7 @@ import ( // Test that go1.2 tag above is included in builds. main.go refers to this definition. const go12tag = true -const APP_VER = "0.2.4.0410 Alpha" +const APP_VER = "0.2.5.0410 Alpha" func init() { base.AppVer = APP_VER -- cgit v1.2.3