modules/base: fix README filename checker, fix #877

This commit is contained in:
Unknwon 2015-02-02 23:04:36 -05:00
parent 57291d1e2a
commit bfce0def25
3 changed files with 9 additions and 3 deletions

View file

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