aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2014-03-17 20:04:58 +0800
committerLunny Xiao <xiaolunwen@gmail.com>2014-03-17 20:04:58 +0800
commita30e72323d1f8f6be7716a0548d99ef06807172b (patch)
treeea47ee0ed1836c47edd13267aefab1daf14fefe0 /gogs.go
parent914ce405af975a6bf65cedd279e1bf75ca1671d5 (diff)
parent5bc2a1a6f98ae42ab5c30299d26082ffae54b859 (diff)
merge
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 9d1f2032..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.8.0316.1"
+const APP_VER = "0.0.9.0317.1"
func init() {
base.AppVer = APP_VER