# frozen_string_literal: true module JsonApiHelpers MAJOR = '0' MINOR = '1' PATCH = '0' VERSION = [MAJOR, MINOR, PATCH].join('.').freeze end