aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-13 01:01:22 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-13 01:01:22 -0400
commit6a75b1f7b37dead013f271936c274ac9506d7d41 (patch)
treebf2c36cdd79df43b2b476fb3592980d093c9392a /gogs.go
parent9b845c11150102894a8bb453d86a335a7c2a64b8 (diff)
Add create repo feeds
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 cf097a3a..04db72a6 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.5.0311"
+const APP_VER = "0.0.5.0313"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())