From 5c9349081b0db850bd27587233e2bd20bef616fb Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Sun, 10 Dec 2023 12:46:02 +1300 Subject: [PATCH] Bump minor 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 8119829..57dca78 100644 --- a/lib/async/websocket/version.rb +++ b/lib/async/websocket/version.rb @@ -5,6 +5,6 @@ module Async module WebSocket - VERSION = "0.25.1" + VERSION = "0.26.0" end end