lib/rubysmith/identity.rb in rubysmith-0.7.0 vs lib/rubysmith/identity.rb in rubysmith-0.8.0

- old
+ new

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