aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-17 13:12:57 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-17 13:12:57 +0800
commitd64a8e8d3aa5f1dc606860c0950a8b7dbebf944c (patch)
tree46d4193e2706989e4bd74c7d2bcae5d365655098 /gogs.go
parentc101471bdfd0a802e66adfb7402dbd980812da30 (diff)
parent0f68930892bc49966769f8931e9a531b37dacb3b (diff)
Merge remote-tracking branch 'origin/master'
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 2d5283f3..6b587993 100644
--- a/gogs.go
+++ b/gogs.go
@@ -20,7 +20,7 @@ import (
// Test that go1.1 tag above is included in builds. main.go refers to this definition.
const go11tag = true
-const APP_VER = "0.0.9.0316.1"
+const APP_VER = "0.0.9.0317.1"
func init() {
base.AppVer = APP_VER