From d43bda17bcaa46f8cbff00421016fd9a83deba60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Afri=C2=B3?= <58883403+q9f@users.noreply.github.com> Date: Tue, 23 Aug 2022 11:55:07 +0200 Subject: [PATCH] bump version (#21) --- lib/digest/keccak/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/digest/keccak/version.rb b/lib/digest/keccak/version.rb index 8ecf744..eb55e2d 100644 --- a/lib/digest/keccak/version.rb +++ b/lib/digest/keccak/version.rb @@ -2,6 +2,6 @@ module Digest class Keccak - VERSION = '1.3.0' + VERSION = "1.3.1" end end