diff --git a/README.md b/README.md index 7c7a9d5..99d7d13 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Build Status](https://travis-ci.org/CurrencyCloud/currencycloud-php.png?branch=master)](https://travis-ci.org/CurrencyCloud/currencycloud-php) # Currencycloud API v2 PHP client -## Version: 3.1.0 +## Version: 3.2.0 This is the official PHP SDK for the Currencycloud API. Additional documentation for each API endpoint can be found at [developer.currencycloud.com](https://developer.currencycloud.com/documentation/getting-started/introduction/). diff --git a/src/CurrencyCloud.php b/src/CurrencyCloud.php index 5078685..9e7ee3c 100644 --- a/src/CurrencyCloud.php +++ b/src/CurrencyCloud.php @@ -103,7 +103,7 @@ class CurrencyCloud */ private $fundingEntryPoint; - public static $SDK_VERSION = "3.1.0"; + public static $SDK_VERSION = "3.2.0"; /** * @param Session $session