aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2014-04-14 14:51:51 +0800
committerLunny Xiao <xiaolunwen@gmail.com>2014-04-14 14:51:51 +0800
commit38c069308e7800601e01febce9f69536913066ee (patch)
tree7644d6b8697c1d8a19c95fd07e7d0e95c453e89b /gogs.go
parent8283e16ef7af197ee77b1be412bf875ae97c789e (diff)
parent57f84fb0516d46b27c60554730956f0c9dff68dd (diff)
Merge branch 'dev' of github.com:gogits/gogs into dev
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 de2bbc77..165e76eb 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.9.0413 Alpha"
+const APP_VER = "0.2.9.0414 Alpha"
func init() {
base.AppVer = APP_VER