Improve db path prompt when install

This commit is contained in:
Unknwon 2016-02-07 11:51:53 -05:00
parent f15a2f9b25
commit ee53204e02
7 changed files with 23 additions and 23 deletions

View file

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