From d62e6963426afe9aefad576fbf6fe90fb6623f0b Mon Sep 17 00:00:00 2001 From: Andy Ford Date: Thu, 5 Oct 2023 08:12:20 +0100 Subject: [PATCH] bump version --- ably/proto_http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ably/proto_http.go b/ably/proto_http.go index b049d732..be793610 100644 --- a/ably/proto_http.go +++ b/ably/proto_http.go @@ -11,7 +11,7 @@ const ( ablyVersionHeader = "X-Ably-Version" ablyErrorCodeHeader = "X-Ably-Errorcode" ablyErrorMessageHeader = "X-Ably-Errormessage" - libraryVersion = "1.2.13" + libraryVersion = "1.2.14" libraryName = "go" ablyVersion = "1.2" ablyClientIDHeader = "X-Ably-ClientId"