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 4c1abd0 commit 6e46576Copy full SHA for 6e46576
common/version.go
@@ -1,6 +1,6 @@
1
package common
2
3
-const AzcopyVersion = "10.31.0"
+const AzcopyVersion = "10.32.0~preview.1"
4
const UserAgent = "AzCopy/" + AzcopyVersion
5
const S3ImportUserAgent = "S3Import " + UserAgent
6
const GCPImportUserAgent = "GCPImport " + UserAgent
go.mod
@@ -99,4 +99,4 @@ require (
99
100
replace github.com/Azure/azure-sdk-for-go/sdk/storage/azfile => github.com/Azure/azure-sdk-for-go/sdk/storage/azfile v1.5.2-0.20250507070125-9e8eb1f00372
101
102
-go 1.24.6
+go 1.24.9
0 commit comments