From 598ed2bfccfcf97a5363331b475c3bbbe88149d4 Mon Sep 17 00:00:00 2001 From: Piotr Solnica Date: Fri, 29 Sep 2017 14:41:00 +0200 Subject: [PATCH] Bump to 0.3.4 --- 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 95dce89..1aca103 100644 --- a/lib/dry/core/version.rb +++ b/lib/dry/core/version.rb @@ -1,5 +1,5 @@ module Dry module Core - VERSION = '0.3.3'.freeze + VERSION = '0.3.4'.freeze end end