Skip to content

Commit

Permalink
Update TwitterAds.php
Browse files Browse the repository at this point in the history
  • Loading branch information
hborras authored Mar 21, 2022
1 parent 4e5637c commit d22137d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TwitterAds.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
class TwitterAds extends Config
{
const API_VERSION = '9';
const API_VERSION = '10';
const API_REST_VERSION = '1.1';
const API_HOST = 'https://ads-api.twitter.com';
const API_HOST_SANDBOX = 'https://ads-api-sandbox.twitter.com';
Expand Down

0 comments on commit d22137d

Please sign in to comment.