diff options
author | Unknwon <u@gogs.io> | 2018-03-12 09:23:29 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-03-12 09:23:29 -0400 |
commit | d7280f82ac147ce50c9f2465d55ce939d01b4143 (patch) | |
tree | fc6ca1fe081f4df64860ccee0ee993a6c67ea270 /gogs.go | |
parent | aa53d0978c85818c954bb87990b389f8acd11c5e (diff) |
locale: sync from Crowdin
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |