From 657ea2686fd076c4baacc5293694c94f97c4fec3 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Tue, 18 Dec 2018 16:46:50 -0500 Subject: auth: coding style and glitches fixes for GitHub login source (#5340) --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index 2d8350f7..f520b771 100644 --- a/gogs.go +++ b/gogs.go @@ -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 -- cgit v1.2.3