aboutsummaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-07-23 17:36:15 +0800
committerUnknwon <u@gogs.io>2016-07-23 17:36:15 +0800
commit745167d57a02f2bae07103886fa5e62e398cfbcb (patch)
treec3d84ff93768084c467cf482e5e38bd3aa5732d2 /gogs.go
parentd7bdc1de8d98d7f58971f822e10c1650a450b194 (diff)
downloadgitea-745167d57a02f2bae07103886fa5e62e398cfbcb.tar.gz
gitea-745167d57a02f2bae07103886fa5e62e398cfbcb.zip
#3157 create user path before rename repository while transfer
os.Rename does not create parent directory automatically when not exist
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 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())