Skip to content

Commit

Permalink
Create version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Barret committed Apr 4, 2022
1 parent 7a76fa7 commit fc0c0dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
retest (1.5.0)
retest (1.6.0)
listen (~> 3.2)
string-similarity (~> 2.1)
tty-option (~> 0.1)
Expand All @@ -10,13 +10,13 @@ GEM
remote: https://rubygems.org/
specs:
byebug (11.1.3)
ffi (1.15.4)
listen (3.7.0)
ffi (1.15.5)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
minitest (5.15.0)
rake (12.3.3)
rb-fsevent (0.11.0)
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
string-similarity (2.1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/retest/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Retest
VERSION = "1.5.0"
VERSION = "1.6.0"
end

0 comments on commit fc0c0dc

Please sign in to comment.