diff --git a/Gemfile.lock b/Gemfile.lock index 9418e572..fec616a7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby-progressbar (1.7.4) + ruby-progressbar (1.7.5) GEM remote: https://rubygems.org/ diff --git a/lib/ruby-progressbar/version.rb b/lib/ruby-progressbar/version.rb index 41a3a058..8c191438 100644 --- a/lib/ruby-progressbar/version.rb +++ b/lib/ruby-progressbar/version.rb @@ -1,3 +1,3 @@ class ProgressBar - VERSION = '1.7.4' + VERSION = '1.7.5' end