From 873cbd8afe289f25e5dc7e6bdf7ea2d44bbc8a60 Mon Sep 17 00:00:00 2001 From: Larry Gebhardt Date: Sat, 18 May 2019 06:46:30 -0400 Subject: [PATCH] Bump jsonapi-resources to 0.9.7 --- lib/jsonapi/resources/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jsonapi/resources/version.rb b/lib/jsonapi/resources/version.rb index ff28e1829..870f6ca29 100644 --- a/lib/jsonapi/resources/version.rb +++ b/lib/jsonapi/resources/version.rb @@ -1,5 +1,5 @@ module JSONAPI module Resources - VERSION = '0.9.6' + VERSION = '0.9.7' end end