diff --git a/lib/graphql/cache/version.rb b/lib/graphql/cache/version.rb index b1426bb..392e1e8 100644 --- a/lib/graphql/cache/version.rb +++ b/lib/graphql/cache/version.rb @@ -2,6 +2,6 @@ module GraphQL module Cache - VERSION = '0.4.0' + VERSION = '0.5.0' end end