summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-11 00:53:53 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-11 00:53:53 -0400
commitb4727c7601d9ab30c4a9aa26a63cb0ce257e7d88 (patch)
treea42fab346f1b16943f75d24067945792e6f50804 /gogs.go
parent5b5d54621e6b17e65e1df9227ca1bd5a66ce86db (diff)
downloadgitea-b4727c7601d9ab30c4a9aa26a63cb0ce257e7d88.tar.gz
gitea-b4727c7601d9ab30c4a9aa26a63cb0ce257e7d88.zip
Update create repo
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 9ec326bc8e..1ea9032632 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.3.0310"
+const APP_VER = "0.0.3.0311"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())