2fa: initial support (#945)

This commit is contained in:
Unknwon
2017-04-06 00:14:30 -04:00
parent 624474386a
commit a617d52374
26 changed files with 837 additions and 112 deletions

View File

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