From a7447ac7d51dcc5c4d5ccc8a59bef5e4d3b744ea Mon Sep 17 00:00:00 2001 From: Larry Gebhardt Date: Wed, 30 Oct 2019 19:50:03 -0400 Subject: [PATCH] Bump jsonapi-resources to 0.10.1 --- 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 e7555288e..24e9af367 100644 --- a/lib/jsonapi/resources/version.rb +++ b/lib/jsonapi/resources/version.rb @@ -1,5 +1,5 @@ module JSONAPI module Resources - VERSION = '0.10.0' + VERSION = '0.10.1' end end