Skip to content

Commit

Permalink
Matching version in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasmiller committed Feb 14, 2020
1 parent 9a26681 commit 6835633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recurly/recurly-client",
"version": "4.0.0",
"version": "3.0.0-beta2",
"type": "library",
"description": "The PHP client library for the Recurly API",
"keywords": ["recurly", "payments", "pay"],
Expand Down
2 changes: 1 addition & 1 deletion lib/recurly/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

class Version
{
public const CURRENT = '3.0.0-beta1';
public const CURRENT = '3.0.0-beta2';
}

0 comments on commit 6835633

Please sign in to comment.