From 36b25b55eceda350fb0659afa4454dee9c7c407f Mon Sep 17 00:00:00 2001 From: Stanley Nguyen Date: Tue, 12 May 2020 08:52:33 +0800 Subject: [PATCH] build(version) Bump xendit-php version to 2.4.2 --- composer.json | 2 +- src/Xendit.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7284afc..6405332 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "xendit/xendit-php", "description": "PHP clients for Xendit API", - "version": "2.4.1", + "version": "2.4.2", "keywords": [ "xendit" ], diff --git a/src/Xendit.php b/src/Xendit.php index 4481e57..c15a2f8 100644 --- a/src/Xendit.php +++ b/src/Xendit.php @@ -34,7 +34,7 @@ class Xendit private static $_httpClient; - const VERSION = "2.0.3"; + const VERSION = "2.4.2"; /** * ApiBase getter