lib/dry/matcher/version.rb in dry-matcher-0.9.0 vs lib/dry/matcher/version.rb in dry-matcher-0.10.0

- old
+ new

@@ -1,7 +1,7 @@ # frozen_string_literal: true module Dry class Matcher - VERSION = '0.9.0' + VERSION = "0.10.0" end end