Skip to content

Commit f6fc191

Browse files
authored
Merge pull request #25 from natercioluno/master
update version to 0.0.10
2 parents 1e44c71 + 24d2446 commit f6fc191

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.9";
14+
private static $version = "0.0.10";
1515
private static $defaultBaseURL = 'https://api.luno.com/';
1616
private static $defaultTimeoutSeconds = 10.0;
1717

0 commit comments

Comments
 (0)