From de64ad1fb0646ce211ddcf32f5a06a3895011a74 Mon Sep 17 00:00:00 2001 From: Jeff Felchner Date: Wed, 27 Sep 2017 12:37:41 -0500 Subject: [PATCH] Version Bump to 1.9.0 --- 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 a39e0fbb..aeb4ce00 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby-progressbar (1.8.3) + ruby-progressbar (1.9.0) GEM remote: https://rubygems.org/ diff --git a/lib/ruby-progressbar/version.rb b/lib/ruby-progressbar/version.rb index 5fc87fb3..c8f851ab 100644 --- a/lib/ruby-progressbar/version.rb +++ b/lib/ruby-progressbar/version.rb @@ -1,3 +1,3 @@ class ProgressBar - VERSION = '1.8.3'.freeze + VERSION = '1.9.0'.freeze end