We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d07372f + 310c1cb commit 2fcd4b5Copy full SHA for 2fcd4b5
composer.json
@@ -1,6 +1,5 @@
1
{
2
"name": "thinkshout/mailchimp-api-php",
3
- "version": "3.0.0-rc6",
4
"type": "library",
5
"description": "PHP library for v3 of the MailChimp API",
6
"keywords": ["mailchimp", "mail"],
src/Mailchimp.php
@@ -14,7 +14,7 @@
14
*/
15
class Mailchimp implements MailchimpApiInterface {
16
17
- const VERSION = '3.0.0-rc6';
+ const VERSION = '3.0.0';
18
const DEFAULT_DATA_CENTER = 'us1';
19
20
const ERROR_CODE_BAD_REQUEST = 'BadRequest';
0 commit comments