lib/pennyworth/identity.rb in pennyworth-9.1.0 vs lib/pennyworth/identity.rb in pennyworth-9.2.0

- old
+ new

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