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