We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33cc2dd commit e3241bdCopy full SHA for e3241bd
common/version.go
@@ -1,6 +1,6 @@
1
package common
2
3
-const AzcopyVersion = "10.29.0"
+const AzcopyVersion = "10.29.1"
4
const UserAgent = "AzCopy/" + AzcopyVersion
5
const S3ImportUserAgent = "S3Import " + UserAgent
6
const GCPImportUserAgent = "GCPImport " + UserAgent
0 commit comments