diff --git a/Gemfile.lock b/Gemfile.lock index 05b334d2..0f874e01 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - retest (1.11.0) + retest (1.12.0) listen (~> 3.2) string-similarity (~> 2.1) tty-option (~> 0.1) diff --git a/lib/retest/version.rb b/lib/retest/version.rb index 397c7d35..0c8beaa5 100644 --- a/lib/retest/version.rb +++ b/lib/retest/version.rb @@ -1,3 +1,3 @@ module Retest - VERSION = "1.11.0" + VERSION = "1.12.0" end