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

- old
+ new

@@ -3,9 +3,9 @@ module Pennyworth # Gem identity information. module Identity NAME = "pennyworth" LABEL = "Pennyworth" - VERSION = "10.0.0" + VERSION = "10.0.1" VERSION_LABEL = "#{LABEL} #{VERSION}" end end