Skip to content

Commit d3738a3

Browse files
committed
Update library version number.
1 parent ed27bf1 commit d3738a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Mailchimp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
class Mailchimp implements MailchimpApiInterface {
1616

17-
const VERSION = '2.0.0';
17+
const VERSION = '3.0.0-rc6';
1818
const DEFAULT_DATA_CENTER = 'us1';
1919

2020
const ERROR_CODE_BAD_REQUEST = 'BadRequest';

src/Mailchimp2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
class Mailchimp2 implements MailchimpApiInterface {
1616

17-
const VERSION = '2.0.0';
17+
const VERSION = '3.0.0-rc6';
1818
const DEFAULT_DATA_CENTER = 'us1';
1919

2020
const ERROR_CODE_BAD_REQUEST = 'BadRequest';

0 commit comments

Comments
 (0)