diff --git a/lib/Checkout/CheckoutUtils.php b/lib/Checkout/CheckoutUtils.php index eb21f03..d0b7f8b 100644 --- a/lib/Checkout/CheckoutUtils.php +++ b/lib/Checkout/CheckoutUtils.php @@ -9,7 +9,7 @@ class CheckoutUtils { const PROJECT_NAME = "checkout-sdk-php"; - const PROJECT_VERSION = "3.2.4"; + const PROJECT_VERSION = "3.2.5"; /** * @param DateTime $date diff --git a/version.json b/version.json index 23d31ed..1931a18 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "3.2.4" + "version": "3.2.5" }