diff --git a/Gemfile.lock b/Gemfile.lock index 604942a7..3c42a618 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - retest (1.4.0) + retest (1.5.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 3feaae7a..43c7a381 100644 --- a/lib/retest/version.rb +++ b/lib/retest/version.rb @@ -1,3 +1,3 @@ module Retest - VERSION = "1.4.0" + VERSION = "1.5.0" end