#1128: API calls are not hidden behind sign in

This commit is contained in:
Unknwon 2015-07-15 19:17:57 +08:00
parent 71b9a87fe1
commit ff051e2106
6 changed files with 16 additions and 4 deletions

View file

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