lib/dry/matcher/version.rb in dry-matcher-0.6.0 vs lib/dry/matcher/version.rb in dry-matcher-0.7.0

- old
+ new

@@ -1,5 +1,5 @@ module Dry class Matcher - VERSION = "0.6.0".freeze + VERSION = "0.7.0".freeze end end