diff options
author | Unknwon <u@gogs.io> | 2017-04-03 16:26:43 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-04-03 16:26:43 -0400 |
commit | 88ae3510ff38c708bae8594a83b973afcd31d8fb (patch) | |
tree | 49b1e03f7150ddd7df63a7084b4ecfa596d4f969 /gogs.go | |
parent | c07899701ac24867e18726e0502abb6c43b1e259 (diff) |
Prepare release
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.10.34.0401 / 0.11 RC" +const APP_VER = "0.11.0.0403" func init() { setting.AppVer = APP_VER |