diff options
author | Unknwon <u@gogs.io> | 2018-06-18 12:21:51 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-06-18 12:21:51 +0800 |
commit | 992ea5802a0e5f938d31a39786fce226c287f2c8 (patch) | |
tree | 16cc47f6e192ad848be27943dcf025648293d5d8 /gogs.go | |
parent | 376a629c9f99893f341e76163e9b61273dd32c28 (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.58.0617" +const APP_VER = "0.11.58.0618" func init() { setting.AppVer = APP_VER |