lib/dry/matcher/version.rb in dry-matcher-0.8.1 vs lib/dry/matcher/version.rb in dry-matcher-0.8.2

- old
+ new

@@ -1,7 +1,7 @@ # frozen_string_literal: true module Dry class Matcher - VERSION = '0.8.1' + VERSION = '0.8.2' end end