From 75817c6357a9d2405fe72ead785254e64eaf1709 Mon Sep 17 00:00:00 2001 From: minchao Date: Fri, 30 Nov 2018 17:38:47 +0800 Subject: [PATCH] Bump version to 0.0.5 --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index fb606df..4e4b127 100644 --- a/src/Client.php +++ b/src/Client.php @@ -38,7 +38,7 @@ */ class Client { - public const VERSION = '0.0.4'; + public const VERSION = '0.0.'; public const DEFAULT_BASE_URL = 'https://partner.shopeemobile.com';