Skip to content

Versioning

Gabe Stocco edited this page Mar 30, 2019 · 4 revisions

An ASA version string looks like

2.0.14-beta+cd32f380ac

The elements of the version string are in order:

Major Version:

The current major version for ASA is 2.

Minor Version:

Incremented when significant API or backward-incompatible DB Schema changes have been made.

Patch Version:

Incremented on every build.

Release Flag:

ASA is currently released as Preview Beta software.

Commit Stamp:

The commit stamp refers to the GitHub commit id of the build.

Clone this wiki locally