aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2018-12-18 16:46:50 -0500
committerUnknwon <u@gogs.io>2018-12-18 16:46:50 -0500
commit657ea2686fd076c4baacc5293694c94f97c4fec3 (patch)
tree172b201112c29b42799612f3c5ef26e49a58e95e /gogs.go
parent311df9c521f05cdca880152e73dbed47afb74cde (diff)
auth: coding style and glitches fixes for GitHub login source (#5340)
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
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