From f85eb487df3e752ce2a4ae31566cfb59d35d961d Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Sat, 4 Feb 2023 17:40:20 +1300 Subject: [PATCH] Bump patch version. --- lib/async/websocket/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/async/websocket/version.rb b/lib/async/websocket/version.rb index 0a32edb..19c9f54 100644 --- a/lib/async/websocket/version.rb +++ b/lib/async/websocket/version.rb @@ -5,6 +5,6 @@ module Async module WebSocket - VERSION = "0.23.0" + VERSION = "0.23.1" end end