From efcd50e7e8a068b8e08a7167287ec6e18e76abe6 Mon Sep 17 00:00:00 2001 From: Piotr Stachyra Date: Fri, 6 May 2022 14:28:57 +0200 Subject: [PATCH] Version 0.3.21 --- lib/cardano_wallet/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cardano_wallet/version.rb b/lib/cardano_wallet/version.rb index 3211fc4..34fdf48 100644 --- a/lib/cardano_wallet/version.rb +++ b/lib/cardano_wallet/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module CardanoWallet - VERSION = '0.3.20' + VERSION = '0.3.21' end