Skip to content

Commit

Permalink
chore: Bump CRT version to 0.37.0. (#1801)
Browse files Browse the repository at this point in the history
Co-authored-by: Sichan Yoo <[email protected]>
  • Loading branch information
2 people authored and jbelkins committed Oct 28, 2024
1 parent b4f5e6e commit a666488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import PackageDescription
// MARK: - Dynamic Content

let clientRuntimeVersion: Version = "0.83.0"
let crtVersion: Version = "0.36.0"
let crtVersion: Version = "0.37.0"

let excludeRuntimeUnitTests = false

Expand Down
2 changes: 1 addition & 1 deletion packageDependencies.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>awsCRTSwiftBranch</key>
<string>main</string>
<key>awsCRTSwiftVersion</key>
<string>0.36.0</string>
<string>0.37.0</string>
<key>clientRuntimeBranch</key>
<string>main</string>
<key>clientRuntimeVersion</key>
Expand Down

0 comments on commit a666488

Please sign in to comment.