From bf2705b55af414576f25d30e57e6ee5eda3f94b3 Mon Sep 17 00:00:00 2001 From: Larry Gebhardt Date: Tue, 8 Dec 2015 09:24:09 -0500 Subject: [PATCH] Bump to 0.7.0 --- 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 a0de6596a..7cf3f4919 100644 --- a/lib/jsonapi/resources/version.rb +++ b/lib/jsonapi/resources/version.rb @@ -1,5 +1,5 @@ module JSONAPI module Resources - VERSION = '0.6.2' + VERSION = '0.7.0' end end