Skip to content

Commit c96d274

Browse files
authored
Merge pull request #22 from neilgarb/v0.0.9
Release v0.0.9
2 parents f2a2155 + e54e8ad commit c96d274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Luno/AbstractClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
abstract class AbstractClient
1313
{
14-
private static $version = "0.0.8";
14+
private static $version = "0.0.9";
1515
private static $defaultBaseURL = 'https://api.luno.com/';
1616
private static $defaultTimeoutSeconds = 10.0;
1717

0 commit comments

Comments
 (0)