aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2018-03-21 19:11:36 -0400
committerUnknwon <u@gogs.io>2018-03-21 19:11:36 -0400
commit75555585e8cd8ed21a342b3f729e416da77423ab (patch)
treed669e3d1bab0b1e6a3fb879c11706dcaa828a6d1 /gogs.go
parent28e0003a9a30292bfde21581f0c49f78b4647883 (diff)
models/pull: fix rebase merging no effect (#5051)
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index 101dc901..ca60023d 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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