From 104c74970be62350afdc672ee7cc5b7c996b5a9d Mon Sep 17 00:00:00 2001 From: Emil Tin Date: Mon, 23 Sep 2024 08:54:45 +0200 Subject: [PATCH] bump patch version to 0.32.8 --- Gemfile.lock | 2 +- lib/rsmp/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b2a9b11..1a80800 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rsmp (0.32.7) + rsmp (0.32.8) async (~> 2.16) async-io (~> 1.43) colorize (~> 1.1) diff --git a/lib/rsmp/version.rb b/lib/rsmp/version.rb index 5876a1d..9ab7ece 100644 --- a/lib/rsmp/version.rb +++ b/lib/rsmp/version.rb @@ -1,3 +1,3 @@ module RSMP - VERSION = "0.32.7" + VERSION = "0.32.8" end