#2167 able to identify git version on Windows

This commit is contained in:
Unknwon 2015-12-13 18:20:39 -05:00
parent ed001d70e4
commit 79dcd7ee6e
6 changed files with 7 additions and 6 deletions

View file

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