From 0f9ed638a0c3898b108ab851c404b3dd4b238f0a Mon Sep 17 00:00:00 2001 From: Emil Tin Date: Wed, 12 Jun 2024 11:47:55 +0200 Subject: [PATCH] bump version to 0.28.0 --- Gemfile.lock | 2 +- lib/rsmp/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index af8944e..e404074 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rsmp (0.27.1) + rsmp (0.28.0) async (~> 2.10.0) async-io (~> 1.42.0) colorize (~> 1.1) diff --git a/lib/rsmp/version.rb b/lib/rsmp/version.rb index 1478014..8857514 100644 --- a/lib/rsmp/version.rb +++ b/lib/rsmp/version.rb @@ -1,3 +1,3 @@ module RSMP - VERSION = "0.27.1" + VERSION = "0.28.0" end