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

- old
+ new

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