diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-11 00:53:53 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-11 00:53:53 -0400 |
commit | b4727c7601d9ab30c4a9aa26a63cb0ce257e7d88 (patch) | |
tree | a42fab346f1b16943f75d24067945792e6f50804 /gogs.go | |
parent | 5b5d54621e6b17e65e1df9227ca1bd5a66ce86db (diff) | |
download | gitea-b4727c7601d9ab30c4a9aa26a63cb0ce257e7d88.tar.gz gitea-b4727c7601d9ab30c4a9aa26a63cb0ce257e7d88.zip |
Update create repo
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()) |