models/repo: clean up repository local copy after rename (#3641)

This commit is contained in:
Unknwon
2017-02-09 15:56:39 -05:00
parent 418dab9b96
commit f7c11a27d0
3 changed files with 4 additions and 3 deletions

View File

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