diff --git a/Gemfile.lock b/Gemfile.lock index c1bf5827..b399217c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - retest (1.12.0) + retest (1.13.0) listen (~> 3.9) string-similarity (~> 2.1) tty-option (~> 0.1) diff --git a/lib/retest/version.rb b/lib/retest/version.rb index 0c8beaa5..1dae44f6 100644 --- a/lib/retest/version.rb +++ b/lib/retest/version.rb @@ -1,3 +1,3 @@ module Retest - VERSION = "1.12.0" + VERSION = "1.13.0" end