We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a1fdfe + 8abfd34 commit 2f3a701Copy full SHA for 2f3a701
lib/Clever.php
@@ -14,9 +14,9 @@ abstract class Clever
14
{
15
public static $auth = array();
16
public static $logger;
17
- public static $apiBase = 'https://api.clever.com/v1.1';
+ public static $apiBase = 'https://api.clever.com/v1.2';
18
public static $verifySslCerts = true;
19
- const VERSION = '1.1.0';
+ const VERSION = '1.2.0';
20
21
public static function getApiKey() {
22
return isset(self::$auth['apiKey']) ? self::$auth['apiKey'] : null;
0 commit comments