From 87db4483d387b68e02fef8a16f39af8adb6134f9 Mon Sep 17 00:00:00 2001 From: Larry Gebhardt Date: Sun, 10 Dec 2017 18:31:46 -0500 Subject: [PATCH] Bump to 0.9.1.beta2 --- 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 271e6c729..4f399a0cf 100644 --- a/lib/jsonapi/resources/version.rb +++ b/lib/jsonapi/resources/version.rb @@ -1,5 +1,5 @@ module JSONAPI module Resources - VERSION = '0.9.1.beta1' + VERSION = '0.9.1.beta2' end end