Skip to content

Commit

Permalink
Merge pull request #128 from CurrencyCloud/release/3.2.0
Browse files Browse the repository at this point in the history
Release 3.2.0
  • Loading branch information
jonathancouchman authored Dec 6, 2021
2 parents e462152 + e67ebeb commit 7628170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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/).
Expand Down
2 changes: 1 addition & 1 deletion src/CurrencyCloud.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7628170

Please sign in to comment.