From 75109bbd653f69e4a924b6654e564341e4bcf229 Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 1 May 2014 12:03:10 -0400 Subject: Fix panic when no master branch --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index af707862..5d446327 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.3.1.0501 Alpha" +const APP_VER = "0.3.2.0501 Alpha" func init() { base.AppVer = APP_VER -- cgit v1.2.3