Skip to content

Commit

Permalink
Bump version number (patch).
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintinWillison committed Jan 4, 2023
1 parent 818fd9c commit 67876a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ably/proto_http.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const (
ablyVersionHeader = "X-Ably-Version"
ablyErrorCodeHeader = "X-Ably-Errorcode"
ablyErrorMessageHeader = "X-Ably-Errormessage"
libraryVersion = "1.2.10"
libraryVersion = "1.2.11"
libraryName = "go"
ablyVersion = "1.2"
ablyClientIDHeader = "X-Ably-ClientId"
Expand Down

0 comments on commit 67876a9

Please sign in to comment.