diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-01 12:03:10 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-01 12:03:10 -0400 |
commit | 75109bbd653f69e4a924b6654e564341e4bcf229 (patch) | |
tree | fa3a334790fc5ed244ffa9fd0fff6ea8733a3a25 /gogs.go | |
parent | 0a187dbef5d2480f8d47b8013f6e21e06ea18cbd (diff) | |
download | gitea-75109bbd653f69e4a924b6654e564341e4bcf229.tar.gz gitea-75109bbd653f69e4a924b6654e564341e4bcf229.zip |
Fix panic when no master branch
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |