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 e21da6c commit edd48beCopy full SHA for edd48be
common/version.go
@@ -1,6 +1,6 @@
1
package common
2
3
-const AzcopyVersion = "10.31.0~preview.2"
+const AzcopyVersion = "10.31.0"
4
const UserAgent = "AzCopy/" + AzcopyVersion
5
const S3ImportUserAgent = "S3Import " + UserAgent
6
const GCPImportUserAgent = "GCPImport " + UserAgent
0 commit comments