From 0ca622b596761cd171246e46b726cc838f179cb0 Mon Sep 17 00:00:00 2001 From: Cesar Ferreira Date: Wed, 25 Nov 2020 19:24:54 +0000 Subject: [PATCH] updated version --- Gemfile.lock | 2 +- lib/dryrun/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 518517a..057bd3b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - dryrun (1.3.1) + dryrun (1.3.2) bundler colorize highline diff --git a/lib/dryrun/version.rb b/lib/dryrun/version.rb index 35fc8e0..f952fe1 100644 --- a/lib/dryrun/version.rb +++ b/lib/dryrun/version.rb @@ -1,3 +1,3 @@ module Dryrun - VERSION = '1.3.1'.freeze + VERSION = '1.3.2'.freeze end