diff --git a/Gemfile.lock b/Gemfile.lock index 7a06feb..a1afe3b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - nimbus (2.4.0) + nimbus (2.4.1) GEM remote: https://rubygems.org/ diff --git a/lib/nimbus/version.rb b/lib/nimbus/version.rb index a1d3686..0e6ebce 100644 --- a/lib/nimbus/version.rb +++ b/lib/nimbus/version.rb @@ -1,3 +1,3 @@ module Nimbus - VERSION = "2.4.0" -end \ No newline at end of file + VERSION = "2.4.1" +end