diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-11 11:40:47 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-11 11:40:47 -0400 |
commit | 12f81de349b9793c6f8f14b11af32ee94a735d5f (patch) | |
tree | b8a5833bfa660ddf639eb8ecb701336b212a011e /gogs.go | |
parent | b3de0ded70bdc6ea460a8a4002aae084d07c384e (diff) |
Finish delete user
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.4.0311" +const APP_VER = "0.0.5.0311" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |