From a9466c7d2d888a5b0e6ec8c14ff8ba34c56cce3d Mon Sep 17 00:00:00 2001 From: Peter Solnica Date: Tue, 18 Oct 2022 06:17:25 +0200 Subject: [PATCH] Bump dry-core to 0.9.1 --- lib/dry/core/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dry/core/version.rb b/lib/dry/core/version.rb index 0ef1243..c680e89 100644 --- a/lib/dry/core/version.rb +++ b/lib/dry/core/version.rb @@ -2,6 +2,6 @@ module Dry module Core - VERSION = "0.9.0" + VERSION = "0.9.1" end end