Skip to content
This repository was archived by the owner on Oct 26, 2022. It is now read-only.

Bump minor version #43

Merged
merged 1 commit into from
Feb 28, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
graphql-cache (0.5.0)
graphql-cache (0.6.0)
graphql (~> 1, > 1.8)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/graphql/cache/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module GraphQL
module Cache
VERSION = '0.5.0'
VERSION = '0.6.0'.freeze
end
end