summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-05-01 12:03:10 -0400
committerUnknown <joe2010xtmf@163.com>2014-05-01 12:03:10 -0400
commit75109bbd653f69e4a924b6654e564341e4bcf229 (patch)
treefa3a334790fc5ed244ffa9fd0fff6ea8733a3a25 /gogs.go
parent0a187dbef5d2480f8d47b8013f6e21e06ea18cbd (diff)
downloadgitea-75109bbd653f69e4a924b6654e564341e4bcf229.tar.gz
gitea-75109bbd653f69e4a924b6654e564341e4bcf229.zip
Fix panic when no master branch
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index af707862ad..5d44632773 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