Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit d22137d

Browse files
authored
Update TwitterAds.php
1 parent 4e5637c commit d22137d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TwitterAds.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
class TwitterAds extends Config
2222
{
23-
const API_VERSION = '9';
23+
const API_VERSION = '10';
2424
const API_REST_VERSION = '1.1';
2525
const API_HOST = 'https://ads-api.twitter.com';
2626
const API_HOST_SANDBOX = 'https://ads-api-sandbox.twitter.com';

0 commit comments

Comments
 (0)