Skip to content

Commit

Permalink
change version to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Freoua-Alma committed Feb 20, 2023
1 parent d2d7ad1 commit 653d191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CHANGELOG
=========

v1.9.4
v1.10.0
-------
* Added pay now payment plan behavior

Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

class Client implements LoggerAwareInterface
{
const VERSION = '1.9.4';
const VERSION = '1.10.0';

const LIVE_MODE = 'live';
const TEST_MODE = 'test';
Expand Down

0 comments on commit 653d191

Please sign in to comment.