release: fix unable to edit release of a fork repository

This commit is contained in:
Unknwon
2017-02-23 11:35:33 -05:00
parent 162504e90c
commit 266c8f5a85
4 changed files with 7 additions and 20 deletions

View File

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