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

- old
+ new

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