From 2d588802e2d7589a5d67635ef53d676728cd12cf Mon Sep 17 00:00:00 2001 From: Emil Tin Date: Tue, 7 Jan 2025 09:21:08 +0100 Subject: [PATCH] bump patch version to 0.34.3 --- Gemfile.lock | 2 +- lib/rsmp/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 994d4ed..ee5ce98 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rsmp (0.34.2) + rsmp (0.34.3) async (~> 2.21) async-io (~> 1.43) colorize (~> 1.1) diff --git a/lib/rsmp/version.rb b/lib/rsmp/version.rb index 807897e..048f9a3 100644 --- a/lib/rsmp/version.rb +++ b/lib/rsmp/version.rb @@ -1,3 +1,3 @@ module RSMP - VERSION = "0.34.2" + VERSION = "0.34.3" end