From a9f07dc572c7f0f69cb60fe87662e003fc6f5389 Mon Sep 17 00:00:00 2001 From: ari Date: Sun, 29 Oct 2023 15:18:28 +0300 Subject: [PATCH] Update version --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 975d120..440c54c 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,3 +1,3 @@ module IdempotentRequest - VERSION = "0.2.0" + VERSION = "0.2.1" end