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