summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-27 15:24:11 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-27 15:24:11 -0400
commitf76eb8a6662dd705f4c59fd59e583a315a1900d2 (patch)
tree24ec9b457cf5be1b018a72e65e68ee1bc82f5ca5 /gogs.go
parent6b43067e1be051e8cd353d332d61613e18ad11f4 (diff)
downloadgitea-f76eb8a6662dd705f4c59fd59e583a315a1900d2.tar.gz
gitea-f76eb8a6662dd705f4c59fd59e583a315a1900d2.zip
IP: RC Code Review
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 57d9d62c67..f2f408cccb 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.8.0327 Alpha"
+const APP_VER = "0.1.9.0327 Alpha"
func init() {
base.AppVer = APP_VER