Version 1.1.0

Updated all libraries to the current versions. Thus, the deletion of remote directories now works. Also, several additional bugs are now fixed by these external libraries. Thanks to the contributors for the good work.
This commit is contained in:
Thorsten Sommer 2016-03-15 17:58:51 +01:00
parent 312538a10f
commit 231e3c69f4

View File

@ -12,7 +12,7 @@ import (
func main() {
// Show the current version:
log.Println(`Sync v1.0.0`)
log.Println(`Sync v1.1.0`)
// Allow Go to use all CPUs:
runtime.GOMAXPROCS(runtime.NumCPU())