Skip to content

Commit fdddae8

Browse files
committed
fix: version to be release candidate
1 parent 7fa50e2 commit fdddae8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## v6.0.0 (2022-12-15)
3+
## v6.0.0-rc1 (2022-12-15)
44

55
- PHP 7.3 is no longer supported
66
- Added a new `EasyPostClient` object which encapsulates the API key. All functions are called against this client allowing for thread-safety (eg: `$client->shipment->create()`)

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": "6.0.0",
4+
"version": "6.0.0-rc1",
55
"keywords": [
66
"shipping",
77
"api",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/EasyPost/Constant/Constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ abstract class Constants
1111
const BETA_API_VERSION = 'beta';
1212

1313
// Library constants
14-
const LIBRARY_VERSION = '6.0.0';
14+
const LIBRARY_VERSION = '6.0.0-rc1';
1515
const SUPPORT_EMAIL = 'support@easypost.com';
1616

1717
// Validation

0 commit comments

Comments
 (0)