Skip to content

Commit 7628170

Browse files
Merge pull request #128 from CurrencyCloud/release/3.2.0
Release 3.2.0
2 parents e462152 + e67ebeb commit 7628170

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Build Status](https://travis-ci.org/CurrencyCloud/currencycloud-php.png?branch=master)](https://travis-ci.org/CurrencyCloud/currencycloud-php)
22

33
# Currencycloud API v2 PHP client
4-
## Version: 3.1.0
4+
## Version: 3.2.0
55

66
This is the official PHP SDK for the Currencycloud API. Additional documentation
77
for each API endpoint can be found at [developer.currencycloud.com](https://developer.currencycloud.com/documentation/getting-started/introduction/).

src/CurrencyCloud.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class CurrencyCloud
103103
*/
104104
private $fundingEntryPoint;
105105

106-
public static $SDK_VERSION = "3.1.0";
106+
public static $SDK_VERSION = "3.2.0";
107107

108108
/**
109109
* @param Session $session

0 commit comments

Comments
 (0)