Skip to content

Commit

Permalink
gem: bump version to 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
q9f committed Jul 1, 2022
1 parent 672f501 commit afc4619
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/eth/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
module Eth

# Defines the version of the {Eth} module.
VERSION = "0.5.6".freeze
VERSION = "0.5.7".freeze
end
4 changes: 2 additions & 2 deletions spec/eth_spec.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
require "spec_helper"

describe Eth do
it "0.5.6 works" do
it "0.5.7 works" do

# placeholder to set up spec in future
expect(Eth::VERSION).to eq "0.5.6"
expect(Eth::VERSION).to eq "0.5.7"
end
end

0 comments on commit afc4619

Please sign in to comment.