Skip to content

Commit dbbe29e

Browse files
committed
Merge pull request #279 from GrahamForks/patch-1
Fixed the api version
2 parents 1a4ccc1 + 619bc56 commit dbbe29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Github/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class Client
8282
'timeout' => 10,
8383

8484
'api_limit' => 5000,
85-
'api_version' => 'beta',
85+
'api_version' => 'v3',
8686

8787
'cache_dir' => null
8888
);

0 commit comments

Comments
 (0)