aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2018-03-12 09:23:29 -0400
committerUnknwon <u@gogs.io>2018-03-12 09:23:29 -0400
commitd7280f82ac147ce50c9f2465d55ce939d01b4143 (patch)
treefc6ca1fe081f4df64860ccee0ee993a6c67ea270 /gogs.go
parentaa53d0978c85818c954bb87990b389f8acd11c5e (diff)
locale: sync from Crowdin
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 3ad70549..e6ff2409 100644
--- a/gogs.go
+++ b/gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/pkg/setting"
)
-const APP_VER = "0.11.37.0309"
+const APP_VER = "0.11.37.0312"
func init() {
setting.AppVer = APP_VER