summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-17 00:57:18 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-17 00:57:18 -0400
commit0f68930892bc49966769f8931e9a531b37dacb3b (patch)
tree2e125d90f57b3119229a62224cab807f3a79025a /gogs.go
parent664bbe4f54248b1c5e7110dc88b8d24209566a11 (diff)
downloadgitea-0f68930892bc49966769f8931e9a531b37dacb3b.tar.gz
gitea-0f68930892bc49966769f8931e9a531b37dacb3b.zip
Add latest commit in repo viewer
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 2d5283f3af..6b587993a2 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