From c5de9456fbd1a3c61cbfef47bd0ab8fffecc87ad Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Sat, 20 Aug 2022 09:12:36 -0600 Subject: [PATCH] chore: prepare v5.5.1 for release --- composer.json | 2 +- lib/EasyPost/EasyPost.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index af189da8..a240ce5c 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "easypost/easypost-php", "description": "EasyPost Shipping API Client Library for PHP", - "version": "5.5.0", + "version": "5.5.1", "keywords": [ "shipping", "api", diff --git a/lib/EasyPost/EasyPost.php b/lib/EasyPost/EasyPost.php index 047733d3..b8bf95bf 100644 --- a/lib/EasyPost/EasyPost.php +++ b/lib/EasyPost/EasyPost.php @@ -55,7 +55,7 @@ abstract class EasyPost * * @var string */ - const VERSION = '5.5.0'; + const VERSION = '5.5.1'; /** * Get the API key.