lib/rubysmith/identity.rb in rubysmith-0.11.0 vs lib/rubysmith/identity.rb in rubysmith-0.12.0

- old
+ new

@@ -2,10 +2,10 @@ module Rubysmith module Identity NAME = "rubysmith" LABEL = "Rubysmith" - VERSION = "0.11.0" - VERSION_LABEL = "#{LABEL} #{VERSION}" + VERSION = "0.12.0" + VERSION_LABEL = "#{LABEL} #{VERSION}".freeze SUMMARY = "A command line interface for smithing Ruby projects." end end