summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-01 21:19:19 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-01 21:19:19 -0400
commitb0e7dd6864717841dd218af93dd8bd30d198128d (patch)
treef66d527cecdf53d6b136e9bd886c6ef0a48e9d16 /gogs.go
parent13824af2912658f5474aba4faa5b0754e11fc329 (diff)
downloadgitea-b0e7dd6864717841dd218af93dd8bd30d198128d.tar.gz
gitea-b0e7dd6864717841dd218af93dd8bd30d198128d.zip
Update README
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 bbd654212b..a81f3ab597 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.0.0330 Alpha"
+const APP_VER = "0.2.0.0401 Alpha"
func init() {
base.AppVer = APP_VER