lib/builderator/tasks/version.rb in builderator-1.2.3.pre.beta.1 vs lib/builderator/tasks/version.rb in builderator-1.3.0

- old
+ new

@@ -17,10 +17,10 @@ end desc 'current', 'Print the current version and write it to file' def current unless Config.autoversion.search_tags - say_status :disabled, 'Automatically detecting version informantion '\ + say_status :disabled, 'Automatically detecting version information '\ 'from SCM tags is disabled', :red return end say_status :version, "#{Control::Version.current} (#{Control::Version.current.ref})"