From 8b81d3fa4c45403b1906f277c49d78f96b7f5891 Mon Sep 17 00:00:00 2001 From: Nikita Shilnikov Date: Thu, 31 Aug 2017 02:13:07 +0300 Subject: [PATCH] Bump to 0.3.2 --- 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 ce88380..c6e83a7 100644 --- a/lib/dry/core/version.rb +++ b/lib/dry/core/version.rb @@ -1,5 +1,5 @@ module Dry module Core - VERSION = '0.3.1'.freeze + VERSION = '0.3.2'.freeze end end