aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-06 11:10:35 -0500
committerUnknown <joe2010xtmf@163.com>2014-03-06 11:10:35 -0500
commit1249392c8390d9e348c388c0ad6e80fce208cd95 (patch)
tree56d04a67feca2c88bb46249e2aec848a0715ead3 /gogs.go
parent4b912b9ae6e087271c0c98b6e444384555ea3e84 (diff)
Finish register 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 1ce0f7f9..42b1f92b 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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.0.0305"
+const APP_VER = "0.0.0.0306"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())