diff options
author | Unknwon <u@gogs.io> | 2018-03-21 19:11:36 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-03-21 19:11:36 -0400 |
commit | 75555585e8cd8ed21a342b3f729e416da77423ab (patch) | |
tree | d669e3d1bab0b1e6a3fb879c11706dcaa828a6d1 /gogs.go | |
parent | 28e0003a9a30292bfde21581f0c49f78b4647883 (diff) |
models/pull: fix rebase merging no effect (#5051)
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.39.0320" +const APP_VER = "0.11.40.0321" func init() { setting.AppVer = APP_VER |