lib/ey-hmac/version.rb in ey-hmac-2.3.1 vs lib/ey-hmac/version.rb in ey-hmac-2.4.0

- old
+ new

@@ -1,7 +1,7 @@ # frozen_string_literal: true module Ey # rubocop:disable Style/ClassAndModuleChildren module Hmac - VERSION = '2.3.1' + VERSION = '2.4.0' end end