From 3145b8a4f3dd432c61170323c2d0e1a5f2023df2 Mon Sep 17 00:00:00 2001 From: Larry Gebhardt Date: Mon, 30 Sep 2019 19:28:24 -0400 Subject: [PATCH] Bump jsonapi-resources to 0.10.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 7bc30107d..e7555288e 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.beta9' + VERSION = '0.10.0' end end