From 71c8b2c40700d9014374efb14df10d3252b54d3d Mon Sep 17 00:00:00 2001 From: Jeff Felchner Date: Mon, 27 May 2019 18:38:00 -0500 Subject: [PATCH] Version Bump to 1.10.1 --- Gemfile.lock | 2 +- lib/ruby-progressbar/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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