From 745167d57a02f2bae07103886fa5e62e398cfbcb Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 23 Jul 2016 17:36:15 +0800 Subject: #3157 create user path before rename repository while transfer os.Rename does not create parent directory automatically when not exist --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index 3f53415c94..ba014f4170 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.9.49.0723" +const APP_VER = "0.9.50.0723" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) -- cgit v1.2.3