summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-02-14 19:42:38 -0500
committerUnknwon <u@gogs.io>2016-02-14 19:42:38 -0500
commit9adfe453d506fa7ea18b2df3871f72b5c4dc9b7c (patch)
treebe2dc269603c5a360199c676b44c7f74a708b55c /gogs.go
parent29cd8ac270603ff3a5d02134e7c46ae5006844bd (diff)
downloadgitea-9adfe453d506fa7ea18b2df3871f72b5c4dc9b7c.tar.gz
gitea-9adfe453d506fa7ea18b2df3871f72b5c4dc9b7c.zip
#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.
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
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())