diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-27 15:24:11 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-27 15:24:11 -0400 |
commit | f76eb8a6662dd705f4c59fd59e583a315a1900d2 (patch) | |
tree | 24ec9b457cf5be1b018a72e65e68ee1bc82f5ca5 /gogs.go | |
parent | 6b43067e1be051e8cd353d332d61613e18ad11f4 (diff) | |
download | gitea-f76eb8a6662dd705f4c59fd59e583a315a1900d2.tar.gz gitea-f76eb8a6662dd705f4c59fd59e583a315a1900d2.zip |
IP: RC Code Review
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |