From 2e3b47a582287b5b11ea80adf36ff959fcfe4eb8 Mon Sep 17 00:00:00 2001 From: Nikita Shilnikov Date: Tue, 7 Jan 2020 14:49:32 +0300 Subject: [PATCH] Bump version to 0.8.3 --- lib/dry/matcher/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dry/matcher/version.rb b/lib/dry/matcher/version.rb index c58ed21..c0b1a71 100644 --- a/lib/dry/matcher/version.rb +++ b/lib/dry/matcher/version.rb @@ -2,6 +2,6 @@ module Dry class Matcher - VERSION = '0.8.2' + VERSION = '0.8.3' end end