Skip to content

Commit b4fd428

Browse files
authoredJun 24, 2024
Merge pull request checkout#540 from checkout/update/logger-versions
Update logger versions
2 parents 254a9f0 + 3d160ad commit b4fd428

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Checkout/Source/Validation/Constants.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public enum Constants {
2525
}
2626

2727
enum Product {
28-
static let version = "4.3.5"
28+
static let version = "4.3.6"
2929
static let name = "checkout-ios-sdk"
3030
static let userAgent = "checkout-sdk-ios/\(version)"
3131
}

‎Source/Core/Constants/Constants.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
enum Constants {
99

1010
static let productName = "frames-ios-sdk"
11-
static let version = "4.3.5"
11+
static let version = "4.3.6"
1212
static let userAgent = "checkout-sdk-frames-ios/\(version)"
1313

1414
enum Logging {

0 commit comments

Comments
 (0)