zato --version

Overview

Displaying current Zato version

$ zato --version
Zato 3.2+rev.045097447-py3.8.10-ubuntu.20.04-focal
$

The format is Zato $major.$minor+rev.$rev-id-$py-version-$os.

  • $major - incremented on major releases, adding a lot of new functionality
  • $minor - incremented on minor releases, more gradual than major ones
  • $rev-id - git revision ID used to build the release from
  • $py-version - Python version Zato is using
  • $os - Operating system the command runs in