lib/rspec/graphql_matchers/version.rb in rspec-graphql_matchers-0.3.1 vs lib/rspec/graphql_matchers/version.rb in rspec-graphql_matchers-0.4.0

- old
+ new

@@ -1,5 +1,5 @@ module Rspec module GraphqlMatchers - VERSION = '0.3.1'.freeze + VERSION = '0.4.0'.freeze end end