From 997af430bd9ec3ab7d1b7ef20f0f03823ff017da Mon Sep 17 00:00:00 2001 From: lgebhardt Date: Mon, 7 Feb 2022 15:32:45 -0500 Subject: [PATCH] Bump jsonapi-resources to 0.10.6 --- 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 f3c2189a..499a2c48 100644 --- a/lib/jsonapi/resources/version.rb +++ b/lib/jsonapi/resources/version.rb @@ -1,5 +1,5 @@ module JSONAPI module Resources - VERSION = '0.10.5' + VERSION = '0.10.6' end end