aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-11 11:40:47 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-11 11:40:47 -0400
commit12f81de349b9793c6f8f14b11af32ee94a735d5f (patch)
treeb8a5833bfa660ddf639eb8ecb701336b212a011e /gogs.go
parentb3de0ded70bdc6ea460a8a4002aae084d07c384e (diff)
Finish delete user
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 0bdf74d7..cf097a3a 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.4.0311"
+const APP_VER = "0.0.5.0311"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())