From 9adfe453d506fa7ea18b2df3871f72b5c4dc9b7c Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 14 Feb 2016 19:42:38 -0500 Subject: #2569 delete repo local copy when transfer Remote repository path is renamed but does not delete outdated local copy which still has old repository path as remote. --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index 48085aef69..d2e4c3e790 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.8.33.0210" +const APP_VER = "0.8.34.0214" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) -- cgit v1.2.3