aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2014-03-13 14:50:32 +0800
committerLunny Xiao <xiaolunwen@gmail.com>2014-03-13 14:50:32 +0800
commit1902500b0dcefa20627129b48c8131da8798c169 (patch)
tree1a960236b5de97bafaddc76e4bc18830ccc30e3d /gogs.go
parent3a1fa012f7069c5d6b606a3330ec68abdcc125ed (diff)
parent27104ac89a4c489809068ae5c6dbe383ce7fbde2 (diff)
Merge branch 'master' of github.com:gogits/gogs
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 6865e1f2..f1a702ed 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.5.0313"
+const APP_VER = "0.0.6.0313"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())