From 743a229207ba0c4645c762b264cb1de16e7972b0 Mon Sep 17 00:00:00 2001 From: Larry Gebhardt Date: Mon, 10 Aug 2015 10:12:06 -0400 Subject: [PATCH] Bump to 0.5.5 --- 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 1d203ce42..f5cc1c001 100644 --- a/lib/jsonapi/resources/version.rb +++ b/lib/jsonapi/resources/version.rb @@ -1,5 +1,5 @@ module JSONAPI module Resources - VERSION = '0.5.4' + VERSION = '0.5.5' end end