From 2f1ca24831109a81594638895df0fb8266ccade8 Mon Sep 17 00:00:00 2001 From: Jeff Felchner Date: Fri, 3 Aug 2018 16:12:52 -0500 Subject: [PATCH] Version Bump to 1.10.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 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