models/token: generate bindata and simplify code (#5820)

This commit is contained in:
Unknwon
2019-10-15 14:36:52 -07:00
parent ffbb0f6a60
commit a04de87584
4 changed files with 243 additions and 245 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogs/gogs/pkg/setting"
)
const Version = "0.11.94.1003"
const Version = "0.11.95.1015"
func init() {
setting.AppVer = Version