diff --git a/Gemfile.lock b/Gemfile.lock index 19d5880..0135f21 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruboclean (0.4.0) + ruboclean (0.5.0) GEM remote: https://rubygems.org/ diff --git a/lib/ruboclean/version.rb b/lib/ruboclean/version.rb index 35d4b57..65c4093 100644 --- a/lib/ruboclean/version.rb +++ b/lib/ruboclean/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Ruboclean - VERSION = "0.4.0" + VERSION = "0.5.0" end