From 48304b94e7176a1e19867666bc141dd767c542e6 Mon Sep 17 00:00:00 2001 From: Larry Gebhardt Date: Thu, 3 Jan 2019 17:48:57 -0500 Subject: [PATCH] Bump jsonapi-resources to 0.9.4 --- 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 b63603425..6a9c0c42e 100644 --- a/lib/jsonapi/resources/version.rb +++ b/lib/jsonapi/resources/version.rb @@ -1,5 +1,5 @@ module JSONAPI module Resources - VERSION = '0.9.3' + VERSION = '0.9.4' end end