From 69b1d7396eedf8799cc406d5fe5f4a79463f6d21 Mon Sep 17 00:00:00 2001 From: Larry Gebhardt Date: Thu, 3 Jan 2019 18:40:20 -0500 Subject: [PATCH] Bump jsonapi-resources to 0.10.0.beta1 --- 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 c71b0694d..635b788c3 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.pre' + VERSION = '0.10.0.beta1' end end