From a8972b6fcbfd4b3322160d2da943d95c70157a12 Mon Sep 17 00:00:00 2001 From: Lucas Caton Date: Tue, 13 Mar 2018 08:51:16 +1000 Subject: [PATCH] Bump version to 1.7.0 --- Gemfile.lock | 2 +- lib/enumerate_it/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2a1c958..97af661 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - enumerate_it (1.6.1) + enumerate_it (1.7.0) activesupport (>= 3.0.0) GEM diff --git a/lib/enumerate_it/version.rb b/lib/enumerate_it/version.rb index 8b8f7ec..f2f07b1 100644 --- a/lib/enumerate_it/version.rb +++ b/lib/enumerate_it/version.rb @@ -1,3 +1,3 @@ module EnumerateIt - VERSION = '1.6.1'.freeze + VERSION = '1.7.0'.freeze end