aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2018-06-16 16:48:17 +0800
committerUnknwon <u@gogs.io>2018-06-16 16:48:47 +0800
commit86a27cf16dac95a56e1f594e7cef3f9d8930baf0 (patch)
tree4c5921ae2e6c48a0e82d0eb92075177b8bf39fd2 /gogs.go
parent08ae0dd74be0e35753c2ac6cbf3196f5bfd18b58 (diff)
modes/repo: syntax fix for PR #5234
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 e6aeb882..13178fd5 100644
--- a/gogs.go
+++ b/gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogs/gogs/pkg/setting"
)
-const APP_VER = "0.11.56.0613"
+const APP_VER = "0.11.57.0616"
func init() {
setting.AppVer = APP_VER