1
0
Fork 0
forked from forgejo/forgejo

Add missing patch conflit pattern

This commit is contained in:
Unknwon 2016-02-03 12:28:03 -05:00
parent 995487e822
commit a47baa1b7a
4 changed files with 8 additions and 7 deletions

View file

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