aboutsummaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-29 17:50:51 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-29 17:50:51 -0400
commit107a1eadac72e610a9bcb68498751ca51ec8f51a (patch)
tree07830d247f89887882427c0bb910178bde4298ce /gogs.go
parent1f671e5d2900497e2c81e8123cc47fe7ca5ad371 (diff)
downloadgitea-107a1eadac72e610a9bcb68498751ca51ec8f51a.tar.gz
gitea-107a1eadac72e610a9bcb68498751ca51ec8f51a.zip
Finish close and reopen issue, install page, ready going to test stage of v0.2.0
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 f1372f0cfc..2ef35ca4da 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.1.9.0329 Alpha"
+const APP_VER = "0.2.0.0329 Alpha"
func init() {
base.AppVer = APP_VER