cmd/restore: skip non existent directories in backup archive (#4413)

This commit is contained in:
Unknwon
2017-06-25 01:16:32 -04:00
parent 11b1498a6e
commit d1a96c2543
3 changed files with 9 additions and 3 deletions

View File

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