lib/pragmater/identity.rb in pragmater-10.0.0 vs lib/pragmater/identity.rb in pragmater-10.0.1

- old
+ new

@@ -3,10 +3,10 @@ module Pragmater # Gem identity information. module Identity NAME = "pragmater" LABEL = "Pragmater" - VERSION = "10.0.0" + VERSION = "10.0.1" VERSION_LABEL = "#{LABEL} #{VERSION}".freeze SUMMARY = "A command line interface for managing/formatting source file pragma comments." end end