diff --git a/Gemfile.lock b/Gemfile.lock index a5023af1..e96381f6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby-progressbar (1.10.0) + ruby-progressbar (1.10.1) GEM remote: https://rubygems.org/ diff --git a/lib/ruby-progressbar/version.rb b/lib/ruby-progressbar/version.rb index ddd25468..345bcd67 100644 --- a/lib/ruby-progressbar/version.rb +++ b/lib/ruby-progressbar/version.rb @@ -1,3 +1,3 @@ class ProgressBar - VERSION = '1.10.0'.freeze + VERSION = '1.10.1'.freeze end