Setting version for the release 26.05.2

This commit is contained in:
Benoit Marty 2026-05-19 14:43:49 +02:00
parent c0acb8eaf7
commit 4ae328c800

View file

@ -45,7 +45,7 @@ private const val versionMonth = 5
* Release number in the month. Value must be in [0,99]. * Release number in the month. Value must be in [0,99].
* Do not update this value. it is updated by the release script. * Do not update this value. it is updated by the release script.
*/ */
private const val versionReleaseNumber = 1 private const val versionReleaseNumber = 2
object Versions { object Versions {
/** /**