Skip to content

Commit

Permalink
chore(version): bump to v0.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelarogbonlo committed Nov 28, 2024
1 parent 88c07c7 commit 6f3c12e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/eth/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ 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
end
end

0 comments on commit 6f3c12e

Please sign in to comment.