Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdb committed Jul 11, 2011
1 parent f52671a commit 9b56156
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.5.4
1.5.5
2 changes: 1 addition & 1 deletion lib/Stripe.php
Expand Up @@ -16,7 +16,7 @@ abstract class Stripe
public static $apiKey;
public static $apiBase = 'https://api.stripe.com/v1';
public static $verifySslCerts = true;
const VERSION = '1.5.4';
const VERSION = '1.5.5';

public function getApiKey()
{
Expand Down

0 comments on commit 9b56156

Please sign in to comment.