Skip to content

Commit 619bc56

Browse files
author
Graham Campbell
committed
Fixed the api version
1 parent 1a4ccc1 commit 619bc56

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)