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

- old
+ new

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