diff --git a/Checkout/Source/Validation/Constants.swift b/Checkout/Source/Validation/Constants.swift index 7a1cb08da..2e078af46 100644 --- a/Checkout/Source/Validation/Constants.swift +++ b/Checkout/Source/Validation/Constants.swift @@ -25,7 +25,7 @@ public enum Constants { } enum Product { - static let version = "4.3.5" + static let version = "4.3.6" static let name = "checkout-ios-sdk" static let userAgent = "checkout-sdk-ios/\(version)" } diff --git a/Source/Core/Constants/Constants.swift b/Source/Core/Constants/Constants.swift index 1b4823723..316c89162 100644 --- a/Source/Core/Constants/Constants.swift +++ b/Source/Core/Constants/Constants.swift @@ -8,7 +8,7 @@ enum Constants { static let productName = "frames-ios-sdk" - static let version = "4.3.5" + static let version = "4.3.6" static let userAgent = "checkout-sdk-frames-ios/\(version)" enum Logging {