summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-16 02:53:41 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-16 02:53:41 -0400
commitc3e0554fd77f976b58a8da10d4878353bb895a78 (patch)
tree98199e67fe35812eb68427c310416e4eaa840a56 /gogs.go
parent50df58a893b745abff74bdcbb9be3fc0d10d21f4 (diff)
downloadgitea-c3e0554fd77f976b58a8da10d4878353bb895a78.tar.gz
gitea-c3e0554fd77f976b58a8da10d4878353bb895a78.zip
Clean code
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 315297b101..9d1f2032d6 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.0315"
+const APP_VER = "0.0.8.0316.1"
func init() {
base.AppVer = APP_VER