Skip to content

Commit

Permalink
chore: Updates version to 1.0.74
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-swift-automation committed Jan 8, 2025
1 parent 137d59f commit afa4402
Show file tree
Hide file tree
Showing 1,210 changed files with 58,740 additions and 113,498 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import PackageDescription

// MARK: - Dynamic Content

let clientRuntimeVersion: Version = "0.107.0"
let clientRuntimeVersion: Version = "0.108.0"
let crtVersion: Version = "0.42.0"

let excludeRuntimeUnitTests = false
Expand Down
2 changes: 1 addition & 1 deletion Package.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.73
1.0.74
2 changes: 1 addition & 1 deletion Package.version.next
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.74
1.0.75
22 changes: 11 additions & 11 deletions Sources/Services/AWSACM/Package.swift.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,47 +41,47 @@ let package = Package(
package: "smithy-swift"
),
.product(
name: "SmithyIdentity",
name: "Smithy",
package: "smithy-swift"
),
.product(
name: "SmithyRetriesAPI",
name: "SmithyHTTPAPI",
package: "smithy-swift"
),
.product(
name: "SmithyHTTPAPI",
name: "SmithyHTTPAuthAPI",
package: "smithy-swift"
),
.product(
name: "SmithyHTTPAuthAPI",
name: "SmithyIdentity",
package: "smithy-swift"
),
.product(
name: "Smithy",
name: "SmithyJSON",
package: "smithy-swift"
),
.product(
name: "SmithyRetries",
name: "SmithyReadWrite",
package: "smithy-swift"
),
.product(
name: "SmithyJSON",
name: "SmithyRetries",
package: "smithy-swift"
),
.product(
name: "SmithyReadWrite",
name: "SmithyRetriesAPI",
package: "smithy-swift"
),
.product(
name: "SmithyTimestamps",
name: "SmithyTestUtil",
package: "smithy-swift"
),
.product(
name: "SmithyWaitersAPI",
name: "SmithyTimestamps",
package: "smithy-swift"
),
.product(
name: "SmithyTestUtil",
name: "SmithyWaitersAPI",
package: "smithy-swift"
),
]
Expand Down
2 changes: 1 addition & 1 deletion Sources/Services/AWSACM/Sources/AWSACM/ACMClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes

public class ACMClient: ClientRuntime.Client {
public static let clientName = "ACMClient"
public static let version = "1.0.73"
public static let version = "1.0.74"
let client: ClientRuntime.SdkHttpClient
let config: ACMClient.ACMClientConfiguration
let serviceName = "ACM"
Expand Down
Loading

0 comments on commit afa4402

Please sign in to comment.