From 60b043a91e9f54743133fa058ea645f47c5e2721 Mon Sep 17 00:00:00 2001 From: Larry Gebhardt Date: Tue, 4 Jun 2019 08:21:22 -0400 Subject: [PATCH] Bump jsonapi-resources to 0.9.8 --- 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 870f6ca29..df0c09aaa 100644 --- a/lib/jsonapi/resources/version.rb +++ b/lib/jsonapi/resources/version.rb @@ -1,5 +1,5 @@ module JSONAPI module Resources - VERSION = '0.9.7' + VERSION = '0.9.8' end end