diff --git a/Gemfile.lock b/Gemfile.lock index 310e6b6..246da2a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rsmp (0.34.0) + rsmp (0.34.1) async (~> 2.21) async-io (~> 1.43) colorize (~> 1.1) diff --git a/lib/rsmp/version.rb b/lib/rsmp/version.rb index 3f0b25a..c26cd77 100644 --- a/lib/rsmp/version.rb +++ b/lib/rsmp/version.rb @@ -1,3 +1,3 @@ module RSMP - VERSION = "0.34.0" + VERSION = "0.34.1" end