lib/milestoner/identity.rb in milestoner-12.0.3 vs lib/milestoner/identity.rb in milestoner-12.0.4
- old
+ new
@@ -3,10 +3,10 @@
module Milestoner
# Gem identity information.
module Identity
NAME = "milestoner"
LABEL = "Milestoner"
- VERSION = "12.0.3"
- VERSION_LABEL = "#{LABEL} #{VERSION}"
+ VERSION = "12.0.4"
+ VERSION_LABEL = "#{LABEL} #{VERSION}".freeze
SUMMARY = "A command line interface for crafting Git repository tags."
end
end