summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-05-02 17:30:59 -0400
committerUnknown <joe2010xtmf@163.com>2014-05-02 17:30:59 -0400
commita9e6d49dc6f7070538ac24de2134b3dcba8d9e87 (patch)
tree62cf092e4e66b2819b5a52f4c699f32fae88766a /gogs.go
parent3e856928a2254c6409bf9370c88731fce8efc974 (diff)
downloadgitea-a9e6d49dc6f7070538ac24de2134b3dcba8d9e87.tar.gz
gitea-a9e6d49dc6f7070538ac24de2134b3dcba8d9e87.zip
Fix #159
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 a48d0a5555..d749b06b05 100644
--- a/gogs.go
+++ b/gogs.go
@@ -20,7 +20,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.2.0501 Alpha"
+const APP_VER = "0.3.2.0502 Alpha"
func init() {
base.AppVer = APP_VER