diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-09 20:06:29 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-09 20:06:29 -0400 |
commit | 0d9b2f38600325e3a8d87526061efbe9e3b78b91 (patch) | |
tree | 3a4be95f75d5ef206be5987f430b8f52ec768df2 /gogs.go | |
parent | 76ce6f98487b3754992da18969df37560e49ee82 (diff) |
Update CreateRepository
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,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.2.0308" +const APP_VER = "0.0.2.0309" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |