Skip to content

Commit

Permalink
Merge pull request #144 from CurrencyCloud/release/3.5.0
Browse files Browse the repository at this point in the history
Release 3.5.0
  • Loading branch information
jonathancouchman authored May 4, 2022
2 parents 2b39d26 + 9b8c0c5 commit 792de9c
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.4.0
## Version: 3.5.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.4.0";
public static $SDK_VERSION = "3.5.0";

/**
* @param Session $session
Expand Down

0 comments on commit 792de9c

Please sign in to comment.