lib/thor-scmversion.rb in thor-scmversion-0.2.0 vs lib/thor-scmversion.rb in thor-scmversion-0.2.1

- old
+ new

@@ -6,10 +6,10 @@ module ThorSCMVersion class Tasks < Thor namespace "version" - desc "bump TYPE", "Bump version number (type is major, minor or patch)" + desc "bump TYPE", "Bump version number (type is major, minor, patch or auto)" def bump(type) current_version.bump! type begin say "Creating and pushing tags", :yellow current_version.tag