diff --git a/Gemfile.lock b/Gemfile.lock index 1b4b472..ae70653 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rsmp (0.33.4) + rsmp (0.34.0) async (~> 2.16) async-io (~> 1.43) colorize (~> 1.1) diff --git a/lib/rsmp/version.rb b/lib/rsmp/version.rb index ce9680b..3f0b25a 100644 --- a/lib/rsmp/version.rb +++ b/lib/rsmp/version.rb @@ -1,3 +1,3 @@ module RSMP - VERSION = "0.33.4" + VERSION = "0.34.0" end