Skip to content

Commit

Permalink
gem: bump version to 0.5.14 (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
q9f authored Dec 17, 2024
1 parent c33c311 commit 32f1c66
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 @@ -22,7 +22,7 @@ module Eth
MINOR = 5.freeze

# Defines the patch version of the {Eth} module.
PATCH = 13.freeze
PATCH = 14.freeze

# Defines the version string of the {Eth} module.
VERSION = [MAJOR, MINOR, PATCH].join(".").freeze
Expand Down
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.13 works" do
it "0.5.14 works" do

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

0 comments on commit 32f1c66

Please sign in to comment.