Fix can not save release draft as draft again (#3669)

But release was not saved as draft in the first time, is not
possible to be draft afterwards because the Git tag was created.
This commit is contained in:
Unknwon
2017-01-30 13:21:24 -05:00
parent ec5a967937
commit 7463d9c51d
4 changed files with 16 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.9.127.0130"
const APP_VER = "0.9.128.0130"
func init() {
setting.AppVer = APP_VER