# File lib/mercenary/command.rb, line 37
    def version(version = nil)
      @version = version if version
      @version
    end