chore: Bump version to v1.10.0 [skip ci]

Changing the version scheme to:
- Major -> Basically a rewrite
- Minor -> Feature releases / big changes
- Macro -> Bug fixes
This commit is contained in:
Ahmad Ansori Palembani 2025-04-18 12:07:46 +07:00
parent 271e440014
commit ea634a5ce3
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -26,7 +26,7 @@ fun runCommand(command: String): String {
}
@Suppress("PropertyName")
val _versionName = "1.9.8"
val _versionName = "1.10.0"
val betaCount by lazy {
val betaTags = runCommand("git tag -l --sort=refname v${_versionName}-b*")