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

- old
+ new

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