1
0
Fork 0
forked from forgejo/forgejo

fix insecure tls when trigger task

This commit is contained in:
Unknwon 2015-10-26 09:16:24 -04:00
parent 87c3c8172a
commit b9f5def5dc
5 changed files with 14 additions and 11 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.6.18.1025 Beta"
const APP_VER = "0.6.18.1026 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())