lib/rubysmith/identity.rb in rubysmith-0.9.1 vs lib/rubysmith/identity.rb in rubysmith-0.10.0
- old
+ new
@@ -2,10 +2,10 @@
module Rubysmith
module Identity
NAME = "rubysmith"
LABEL = "Rubysmith"
- VERSION = "0.9.1"
+ VERSION = "0.10.0"
VERSION_LABEL = "#{LABEL} #{VERSION}"
SUMMARY = "A command line interface for smithing Ruby projects."
end
end