Skip to content

Commit

Permalink
bump version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d-telnyx committed Mar 25, 2021
1 parent 06d3bda commit 9534dd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
2.3.0
4 changes: 2 additions & 2 deletions lib/Telnyx.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Telnyx

// @var string The base URL for the Telnyx API.
public static $apiBase = 'https://api.telnyx.com';

// @var string|null The version of the Telnyx API to use for requests.
public static $apiVersion = null;

Expand Down Expand Up @@ -55,7 +55,7 @@ class Telnyx
// @var float Initial delay between retries, in seconds
private static $initialNetworkRetryDelay = 0.5;

const VERSION = '0.0.1';
const VERSION = '2.3.0';

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

0 comments on commit 9534dd0

Please sign in to comment.