From d76c638758f930a609890494b0a51630911b23a9 Mon Sep 17 00:00:00 2001 From: Nikita Shilnikov Date: Sat, 4 Nov 2017 15:48:03 +0300 Subject: [PATCH] Bump version to 0.4.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 61e5af1..27ad07e 100644 --- a/lib/dry/core/version.rb +++ b/lib/dry/core/version.rb @@ -1,5 +1,5 @@ module Dry module Core - VERSION = '0.4.0'.freeze + VERSION = '0.4.1'.freeze end end