diff options
author | Unknwon <u@gogs.io> | 2018-09-16 11:53:32 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-09-16 11:53:32 -0400 |
commit | 3a4c981e3167875a3b60d0cee00ee85272608439 (patch) | |
tree | a6dc3d176db8e6e3fe96734570882fd4769924fd /gogs.go | |
parent | 0d48344f93c0a77f288a6edf3321b6018962ca99 (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/gogs/gogs/pkg/setting" ) -const APP_VER = "0.11.66.0914" +const APP_VER = "0.11.66.0916" func init() { setting.AppVer = APP_VER |