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