Skip to content

Commit

Permalink
Upgraded version and changelog for 10.25.0-Preview-1 release (#2629)
Browse files Browse the repository at this point in the history
  • Loading branch information
gapra-msft committed Apr 2, 2024
1 parent 99ea34d commit c004e52
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@

# Change Log

## Version 10.25.0-Preview-1

### Security fixes

1. Updated version of GoLang used to 1.21 to address security vulnerabilities.

## Version 10.24.0

### New Features
Expand Down
2 changes: 1 addition & 1 deletion common/version.go
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c004e52

Please sign in to comment.