Skip to content

Commit

Permalink
Updating gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
TecnoSigma committed Jul 16, 2020
1 parent cc0861e commit 73bbe04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/covid19/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Covid19
VERSION = "0.4.0"
VERSION = "0.5.0"
end
2 changes: 1 addition & 1 deletion spec/lib/covid19/version_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
RSpec.describe Covid19::Client do
it "has version latest number" do
expect(Covid19::VERSION).to eq('0.4.0')
expect(Covid19::VERSION).to eq('0.5.0')
end
end

0 comments on commit 73bbe04

Please sign in to comment.