Skip to content

Commit bc71007

Browse files
authored
Merge pull request #213 from EasyPost/v5.5.1
chore: prepare v5.5.1 for release
2 parents 40f96d2 + c5de945 commit bc71007

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "easypost/easypost-php",
33
"description": "EasyPost Shipping API Client Library for PHP",
4-
"version": "5.5.0",
4+
"version": "5.5.1",
55
"keywords": [
66
"shipping",
77
"api",

lib/EasyPost/EasyPost.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ abstract class EasyPost
5555
*
5656
* @var string
5757
*/
58-
const VERSION = '5.5.0';
58+
const VERSION = '5.5.1';
5959

6060
/**
6161
* Get the API key.

0 commit comments

Comments
 (0)