From 5af1f17068b66b0a17b7b69e5db334c640f6f34b Mon Sep 17 00:00:00 2001 From: Larry Gebhardt Date: Tue, 14 Feb 2017 10:54:47 -0500 Subject: [PATCH] Bump to 0.9.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 3be3a5aa8..3b1edaa47 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.beta3' + VERSION = '0.9.0' end end