diff --git a/gogs.go b/gogs.go index 32b9c785a4..2601c10593 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.6.9.0907 Beta" +const APP_VER = "0.6.9.0909 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) diff --git a/models/repo.go b/models/repo.go index 62a8b9740d..a22c6e17a7 100644 --- a/models/repo.go +++ b/models/repo.go @@ -630,7 +630,7 @@ func initRepository(e Engine, repoPath string, u *User, repo *Repository, opts C } tmpDir := filepath.Join(os.TempDir(), "gogs-"+repo.Name+"-"+com.ToStr(time.Now().Nanosecond())) - fmt.Println(tmpDir) + // Initialize repository according to user's choice. if opts.AutoInit { os.MkdirAll(tmpDir, os.ModePerm) diff --git a/templates/.VERSION b/templates/.VERSION index 41e2b2e2da..105769c650 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.6.9.0907 Beta \ No newline at end of file +0.6.9.0909 Beta \ No newline at end of file