Skip to content

Commit

Permalink
gem: bump version to 0.5.6 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
q9f authored Jul 1, 2022
1 parent 1f8ff75 commit 672f501
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.5".freeze
VERSION = "0.5.6".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.5 works" do
it "0.5.6 works" do

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

0 comments on commit 672f501

Please sign in to comment.