Merge branch 'develop' into feature/bma/rageshakeConfigStep2

This commit is contained in:
Benoit Marty 2025-08-11 17:35:06 +02:00 committed by GitHub
commit 216ba060b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
350 changed files with 5589 additions and 1715 deletions

View file

@ -32,7 +32,7 @@ private const val versionYear = 25
private const val versionMonth = 8
// Note: must be in [0,99]
private const val versionReleaseNumber = 1
private const val versionReleaseNumber = 2
object Versions {
const val VERSION_CODE = (2000 + versionYear) * 10_000 + versionMonth * 100 + versionReleaseNumber