We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ea34d commit c004e52Copy full SHA for c004e52
ChangeLog.md
@@ -1,6 +1,12 @@
1
2
# Change Log
3
4
+## Version 10.25.0-Preview-1
5
+
6
+### Security fixes
7
8
+1. Updated version of GoLang used to 1.21 to address security vulnerabilities.
9
10
## Version 10.24.0
11
12
### New Features
common/version.go
@@ -1,6 +1,6 @@
package common
-const AzcopyVersion = "10.24.0"
+const AzcopyVersion = "10.25.0-Preview-1"
const UserAgent = "AzCopy/" + AzcopyVersion
const S3ImportUserAgent = "S3Import " + UserAgent
const GCPImportUserAgent = "GCPImport " + UserAgent
0 commit comments