diff options
author | Unknwon <u@gogs.io> | 2017-01-28 05:54:05 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-01-28 05:54:05 -0500 |
commit | a6a3afd1309381d1edb3b6405c4ce73b87722036 (patch) | |
tree | d996f21dea4712de53ae68ea00837fe13d73fc26 /gogs.go | |
parent | 7aa53635fe9a88fbd2d2e21bffc3888e2b4baa85 (diff) |
Update locales
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/modules/setting" ) -const APP_VER = "0.9.122.0127" +const APP_VER = "0.9.122.0128" func init() { setting.AppVer = APP_VER |