# frozen_string_literal: true module Permalink module Version MAJOR = 3 MINOR = 0 PATCH = 0 STRING = "#{MAJOR}.#{MINOR}.#{PATCH}".freeze end end