From 7884781701dbcdbdb5598e7e0f6e9f2000601e1b Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Fri, 19 Nov 2021 11:56:03 +0500 Subject: [PATCH] Bump version (0.0.4) --- lib/digest/blake2b/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/digest/blake2b/version.rb b/lib/digest/blake2b/version.rb index bd5c4a3..1300f82 100644 --- a/lib/digest/blake2b/version.rb +++ b/lib/digest/blake2b/version.rb @@ -2,6 +2,6 @@ module Digest class Blake2b - VERSION = '0.0.3' + VERSION = '0.0.4' end end