From 92f041bab8417b24cf99fd63ba645c41de5e496b Mon Sep 17 00:00:00 2001 From: Larry Gebhardt Date: Wed, 10 Jun 2015 11:20:45 -0400 Subject: [PATCH] Bump to 0.4.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 09137dc1a..e154ad4e8 100644 --- a/lib/jsonapi/resources/version.rb +++ b/lib/jsonapi/resources/version.rb @@ -1,5 +1,5 @@ module JSONAPI module Resources - VERSION = "0.3.3" + VERSION = "0.4.0" end end \ No newline at end of file