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

- old
+ new

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