Skip to content

Commit

Permalink
Updated API_VERSION to proper ably protocol version
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Mar 21, 2024
1 parent e1a9b59 commit 03b7019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Defaults.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace Ably;

class Defaults {
const API_VERSION = '2.0';
const API_VERSION = '2';
const LIB_VERSION = '1.1.9';

static $restHost = "rest.ably.io";
Expand Down

0 comments on commit 03b7019

Please sign in to comment.