Skip to content

Commit

Permalink
Bump version to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanitoFatas committed Jun 30, 2022
1 parent befa1a7 commit febdf5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
buildkite-test_collector (1.1.0)
buildkite-test_collector (1.1.1)
activesupport (>= 5.2, < 8)
websocket (~> 1.2)

Expand All @@ -17,7 +17,7 @@ GEM
diff-lcs (1.4.4)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
minitest (5.15.0)
minitest (5.16.1)
rake (13.0.6)
rspec (3.10.0)
rspec-core (~> 3.10.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/buildkite/test_collector/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Buildkite
module TestCollector
VERSION = "1.1.0"
VERSION = "1.1.1"
NAME = "buildkite-test_collector"
end
end

0 comments on commit febdf5c

Please sign in to comment.