From 4b8f55d50470492acf29b6e48a19859e3b1f7e14 Mon Sep 17 00:00:00 2001 From: Larry Gebhardt Date: Mon, 8 May 2017 07:31:20 -0400 Subject: [PATCH] Bump to 0.9.1.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 3b1edaa47..271e6c729 100644 --- a/lib/jsonapi/resources/version.rb +++ b/lib/jsonapi/resources/version.rb @@ -1,5 +1,5 @@ module JSONAPI module Resources - VERSION = '0.9.0' + VERSION = '0.9.1.beta1' end end