Versioning System
- 1 Minute to read
- Print
- DarkLight
- PDF
Versioning System
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Each release has web and mobile version numbers.
Web Versions
For each web release version, we following this naming system: vYYYY.m.x
- v = Abbreviation for "version"
- YYYY = 4-digit year the release was created
- m = 1 or 2-digit month the release was created (1 = Jan, 12 = Dec) Note: The month created may be different from the month of actual deployment.
- x = Hot fix number of the current release (if there are no hot fixes, this number is 0)
For example, the web release created September 2021 to which three hot fixes were applied:
v2021.9.3
Or, the web release created February 2022 to which there were no hot fixes:
v2022.2.0
Mobile Versions
For each mobile release version, we following this naming system: x.YYmm.hotfixnumber
- x = Release number that increases after each new mobile build (for a hot fix or new release build)
- YY = 2-digit year the release was created (22 = 2022)
- mm = 2-digit month the release was created (05 = May) Note: The month created may be different from the month of actual deployment.
- hotfixnumber = Hot fix number of the current release (if there are no hot fixes, this number is 0)
For example, the mobile release #534 was created March 2022 to which the hot fix #258 was applied:
534.2203.258
Was this article helpful?