diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-24 21:27:28 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-24 21:27:28 +0800 |
commit | 98ec6a4eaa274fac196e6e5273517db3fcf45e84 (patch) | |
tree | 2e4f0b1dbcf0cb097ac749ee72db18bd0d550fc6 /gogs.go | |
parent | 5e22f1437ac2466d599c242fd5e256180fa7b68e (diff) | |
parent | ae92f92dee9007d1bef2db19331d9ee8f9883778 (diff) |
Merge branch 'master' of https://github.com/gogits/gogs
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,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.7.0323.1" +const APP_VER = "0.1.7.0324" func init() { base.AppVer = APP_VER |