From 03b70196f27a66b654b693f0fb7020d8aac675e1 Mon Sep 17 00:00:00 2001 From: sacOO7 Date: Thu, 21 Mar 2024 18:56:26 +0530 Subject: [PATCH] Updated API_VERSION to proper ably protocol version --- src/Defaults.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Defaults.php b/src/Defaults.php index d442cbe..2662f06 100644 --- a/src/Defaults.php +++ b/src/Defaults.php @@ -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";