lib/milestoner/identity.rb in milestoner-12.0.2 vs lib/milestoner/identity.rb in milestoner-12.0.3

- old
+ new

@@ -3,10 +3,10 @@ module Milestoner # Gem identity information. module Identity NAME = "milestoner" LABEL = "Milestoner" - VERSION = "12.0.2" + VERSION = "12.0.3" VERSION_LABEL = "#{LABEL} #{VERSION}" SUMMARY = "A command line interface for crafting Git repository tags." end end