We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1710c82 commit f54b9a3Copy full SHA for f54b9a3
README.md
@@ -271,6 +271,9 @@ COPYING file included in this package).
271
272
Changelog
273
---------
274
+ * v1.01 - 2015-01-28
275
+ * Parallelize compression and network transfer to speed up uploads
276
+ * Fix config file documentation
277
* v1.00 - 2015-01-26
278
279
Contact and support
version.go
@@ -1,3 +1,3 @@
1
package main
2
3
-const Version = "v1.00"
+const Version = "v1.01"
0 commit comments