aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-24 21:27:28 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-24 21:27:28 +0800
commit98ec6a4eaa274fac196e6e5273517db3fcf45e84 (patch)
tree2e4f0b1dbcf0cb097ac749ee72db18bd0d550fc6 /gogs.go
parent5e22f1437ac2466d599c242fd5e256180fa7b68e (diff)
parentae92f92dee9007d1bef2db19331d9ee8f9883778 (diff)
Merge branch 'master' of https://github.com/gogits/gogs
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 09b28f9b..93b7231b 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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