From ba1c1b6e9ed85709ee7a25c90daa1ab82d0c70db Mon Sep 17 00:00:00 2001 From: Larry Gebhardt Date: Thu, 28 Jan 2021 11:43:25 -0500 Subject: [PATCH] Bump jsonapi-resources to 0.10.3 --- 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 49297ca88..1dcd0f563 100644 --- a/lib/jsonapi/resources/version.rb +++ b/lib/jsonapi/resources/version.rb @@ -1,5 +1,5 @@ module JSONAPI module Resources - VERSION = '0.10.2' + VERSION = '0.10.3' end end