We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccaf3f1 commit 4185948Copy full SHA for 4185948
common/version.go
@@ -1,6 +1,6 @@
1
package common
2
3
-const AzcopyVersion = "10.16.0"
+const AzcopyVersion = "10.16.1"
4
const UserAgent = "AzCopy/" + AzcopyVersion
5
const S3ImportUserAgent = "S3Import " + UserAgent
6
const GCPImportUserAgent = "GCPImport " + UserAgent
0 commit comments