diff --git a/Gemfile.lock b/Gemfile.lock index 4f407ead..9bdb509c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby-progressbar (1.9.0) + ruby-progressbar (1.10.0) GEM remote: https://rubygems.org/ diff --git a/lib/ruby-progressbar/version.rb b/lib/ruby-progressbar/version.rb index c8f851ab..ddd25468 100644 --- a/lib/ruby-progressbar/version.rb +++ b/lib/ruby-progressbar/version.rb @@ -1,3 +1,3 @@ class ProgressBar - VERSION = '1.9.0'.freeze + VERSION = '1.10.0'.freeze end