auth: coding style and glitches fixes for GitHub login source (#5340)

This commit is contained in:
Unknwon
2018-12-18 16:46:50 -05:00
parent 311df9c521
commit 657ea2686f
13 changed files with 77 additions and 62 deletions

View File

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