From 619bc56b984641dbff135947c26cc41fb1af89f8 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Mon, 25 May 2015 11:31:59 +0100 Subject: [PATCH] Fixed the api version --- lib/Github/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Github/Client.php b/lib/Github/Client.php index 8182bf18bee..3ae16a3a040 100644 --- a/lib/Github/Client.php +++ b/lib/Github/Client.php @@ -82,7 +82,7 @@ class Client 'timeout' => 10, 'api_limit' => 5000, - 'api_version' => 'beta', + 'api_version' => 'v3', 'cache_dir' => null );