From 212e70871ff2421cab984c88b812da6a4f187410 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Tue, 3 Sep 2024 18:31:51 +1200 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 2c532ad..cb47bd8 100644 --- a/lib/async/websocket/version.rb +++ b/lib/async/websocket/version.rb @@ -5,6 +5,6 @@ module Async module WebSocket - VERSION = "0.28.0" + VERSION = "0.29.0" end end