lib/lhj/command.rb in lhj-tools-0.2.4 vs lib/lhj/command.rb in lhj-tools-0.2.5
- old
+ new
@@ -36,9 +36,10 @@
require 'lhj/command/duplicate_imageset'
require 'lhj/command/jenkins_build'
self.abstract_command = true
self.command = 'lhj'
+ self.version = VERSION
def begin_title
'开始处理...'
end