#1286 #2098 Alpha support for custom templates

No guarantee for compatibility with future changes
This commit is contained in:
Unknwon 2016-03-12 13:48:34 -05:00
parent 985a0f3450
commit d733efc1cc
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.9.6.0311"
const APP_VER = "0.9.7.0312"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())