We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb1fa7 commit 85721bcCopy full SHA for 85721bc
src/Luno/AbstractClient.php
@@ -11,7 +11,7 @@
11
*/
12
abstract class AbstractClient
13
{
14
- private static $version = "0.0.10";
+ private static $version = "0.0.11";
15
private static $defaultBaseURL = 'https://api.luno.com/';
16
private static $defaultTimeoutSeconds = 10.0;
17
0 commit comments