1
0
Fork 0
forked from forgejo/forgejo

#2901 allow setting preferred licenses

- Closes #3488
This commit is contained in:
Unknwon 2016-08-28 00:06:22 -07:00
parent 6e171c5225
commit dad5c15520
7 changed files with 24 additions and 5 deletions

View file

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