diff options
author | Unknwon <u@gogs.io> | 2015-10-29 20:40:57 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-10-29 20:40:57 -0400 |
commit | 706b0f72e2e4bc91bdbed38fee609cabe9f44e43 (patch) | |
tree | 9b84a4556d0fef0c4e453b13daaab93e3b7b2591 /gogs.go | |
parent | 1f4beb530cea9c098c79d3cd4d84671265dff0e0 (diff) | |
download | gitea-706b0f72e2e4bc91bdbed38fee609cabe9f44e43.tar.gz gitea-706b0f72e2e4bc91bdbed38fee609cabe9f44e43.zip |
fix issue comment mention and autofix count when start
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.18.1026 Beta" +const APP_VER = "0.6.18.1029 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |