summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-16 12:07:35 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-16 12:07:35 -0400
commitec65be79f0337b11c01121eae9fd54fe49bee830 (patch)
treef623dbf19d69cef9a2938a0f465f1159d59a5a49 /gogs.go
parentc97a435d73eca1d2365a66469252d685e942501b (diff)
downloadgitea-ec65be79f0337b11c01121eae9fd54fe49bee830.tar.gz
gitea-ec65be79f0337b11c01121eae9fd54fe49bee830.zip
Fix commit feed ui
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 9d1f2032d6..2d5283f3af 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.0316.1"
func init() {
base.AppVer = APP_VER