lib/pennyworth/identity.rb in pennyworth-12.0.1 vs lib/pennyworth/identity.rb in pennyworth-12.0.2
- old
+ new
@@ -4,9 +4,9 @@
# Gem identity information.
module Identity
NAME = "pennyworth"
LABEL = "Pennyworth"
SUMMARY = "A command line interface that augments Alfred workflows."
- VERSION = "12.0.1"
+ VERSION = "12.0.2"
VERSION_LABEL = "#{LABEL} #{VERSION}".freeze
end
end