lib/rspec/graphql_matchers/version.rb in rspec-graphql_matchers-0.5 vs lib/rspec/graphql_matchers/version.rb in rspec-graphql_matchers-0.6

- old
+ new

@@ -1,5 +1,5 @@ module Rspec module GraphqlMatchers - VERSION = '0.5'.freeze + VERSION = '0.6'.freeze end end