Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Liu committed Jan 19, 2022
1 parent 886c4e5 commit 96a75e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/blinkist-airbrake-scrubber/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Blinkist
module AirbrakeScrubber

VERSION = "5.0.0"
VERSION = "5.0.1"

end
end
4 changes: 2 additions & 2 deletions spec/specs/version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
expect(version).to be_a String
end

it 'equals 5.0.0 for auto-check purposes' do
it 'equals 5.0.1 for auto-check purposes' do
version = Blinkist::AirbrakeScrubber::VERSION
expect(version).to eq '5.0.0'
expect(version).to eq '5.0.1'
end
end

0 comments on commit 96a75e9

Please sign in to comment.