# frozen_string_literal: true module Milestoner # Gem identity information. module Identity NAME = "milestoner" LABEL = "Milestoner" VERSION = "12.0.3" VERSION_LABEL = "#{LABEL} #{VERSION}" SUMMARY = "A command line interface for crafting Git repository tags." end end