# frozen_string_literal: true module JSONAPI class Store VERSION = '0.1.0' end end