lib/rubysmith/identity.rb in rubysmith-0.5.0 vs lib/rubysmith/identity.rb in rubysmith-0.6.0

- old
+ new

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