Skip to content

Commit

Permalink
update verison to 2.5.1 for better alignment (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-telnyx authored Mar 30, 2021
1 parent 98c7f59 commit 286a8b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.0
2.5.1
2 changes: 1 addition & 1 deletion lib/Telnyx.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class Telnyx
// @var float Initial delay between retries, in seconds
private static $initialNetworkRetryDelay = 0.5;

const VERSION = '2.5.0';
const VERSION = '2.5.1';

/**
* @return string The API key used for requests.
Expand Down

0 comments on commit 286a8b7

Please sign in to comment.