diff --git a/CHANGELOG.md b/CHANGELOG.md index f5d0908d6a..98d957b630 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ The format is simplified version of [Keep a Changelog](https://keepachangelog.co - `Translation` - Translation changes/updates - `Other` - Technical changes/updates +## [1.9.7.3] + +### Fixes +- More `Comparison method violates its general contract!` crash prevention + ## [1.9.7.2] ### Fixes diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 4dd5ce8445..f3bf2f1f4c 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -31,7 +31,7 @@ fun runCommand(command: String): String { return String(byteOut.toByteArray()).trim() } -val _versionName = "1.9.7.2" +val _versionName = "1.9.7.3" val betaCount by lazy { val betaTags = runCommand("git tag -l --sort=refname v${_versionName}-b*")