diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-13 01:01:22 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-13 01:01:22 -0400 |
commit | 6a75b1f7b37dead013f271936c274ac9506d7d41 (patch) | |
tree | bf2c36cdd79df43b2b476fb3592980d093c9392a /gogs.go | |
parent | 9b845c11150102894a8bb453d86a335a7c2a64b8 (diff) |
Add create repo feeds
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.5.0311" +const APP_VER = "0.0.5.0313" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |