diff options
author | Unknwon <u@gogs.io> | 2018-04-16 17:48:23 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-04-16 17:48:23 -0400 |
commit | e6af6487e1e22c6118a4f3132ef28d931451e117 (patch) | |
tree | 2c2f71cb49574d9baf11b02d273aec669d8bd4ae /gogs.go | |
parent | c0b45fa36ff2b61a61a6c0f7e32f83f64cdb1a62 (diff) |
locale: sync from Crowdin
Add Vietnamese
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.45.0412" +const APP_VER = "0.11.45.0416" func init() { setting.AppVer = APP_VER |