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