api/repo: fix admin migrate repo for non-org users (#4479)

This commit is contained in:
Unknwon
2017-06-05 17:11:57 -04:00
parent 51d7f1264b
commit c0be055541
3 changed files with 3 additions and 3 deletions

View File

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