auth: few security improvements

This commit is contained in:
Unknwon
2017-02-11 07:12:06 -05:00
parent 23f2efa8c1
commit 0ae666f3e6
3 changed files with 15 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.9.141.0211"
const APP_VER = "0.9.142.0211"
func init() {
setting.AppVer = APP_VER