diff options
author | Unknwon <u@gogs.io> | 2015-09-10 07:53:40 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-10 07:53:40 -0400 |
commit | c8d92fad305f78f0207203b3f1ea955e0ef0309d (patch) | |
tree | 829cde73ebc9c35803716125a1eb35124383f39e /gogs.go | |
parent | c3061c61a74dd6eab802fd37c085b06c761f94e7 (diff) | |
download | gitea-c8d92fad305f78f0207203b3f1ea955e0ef0309d.tar.gz gitea-c8d92fad305f78f0207203b3f1ea955e0ef0309d.zip |
#1595 pushing new branch will rereference issues in previous branch
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.6.9.0909 Beta" +const APP_VER = "0.6.9.0910 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |