summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-15 15:34:26 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-15 15:34:26 -0400
commit7d656ee2e30dfe28a89ce1b5bc88fc5108d7c9e2 (patch)
tree6c27c513eb9f6816309ae23c1025cee68e4ac653 /gogs.go
parentd3fc1da8c21c41ebc987f02c3c94540e84e4c0bc (diff)
downloadgitea-7d656ee2e30dfe28a89ce1b5bc88fc5108d7c9e2.tar.gz
gitea-7d656ee2e30dfe28a89ce1b5bc88fc5108d7c9e2.zip
Update docs
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 165e76eb57..83d9b9c3e3 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.0414 Alpha"
+const APP_VER = "0.3.0.0415 Alpha"
func init() {
base.AppVer = APP_VER