diff --git a/lib/jsonapi/resources/version.rb b/lib/jsonapi/resources/version.rb index 870f6ca29..df0c09aaa 100644 --- a/lib/jsonapi/resources/version.rb +++ b/lib/jsonapi/resources/version.rb @@ -1,5 +1,5 @@ module JSONAPI module Resources - VERSION = '0.9.7' + VERSION = '0.9.8' end end