Skip to content

Commit 894c129

Browse files
committed
chore(release): v1.9.7.3 [skip ci]
1 parent d31cebf commit 894c129

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ The format is simplified version of [Keep a Changelog](https://keepachangelog.co
99
- `Translation` - Translation changes/updates
1010
- `Other` - Technical changes/updates
1111

12+
## [1.9.7.3]
13+
14+
### Fixes
15+
- More `Comparison method violates its general contract!` crash prevention
16+
1217
## [1.9.7.2]
1318

1419
### Fixes

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fun runCommand(command: String): String {
3131
return String(byteOut.toByteArray()).trim()
3232
}
3333

34-
val _versionName = "1.9.7.2"
34+
val _versionName = "1.9.7.3"
3535
val betaCount by lazy {
3636
val betaTags = runCommand("git tag -l --sort=refname v${_versionName}-b*")
3737

0 commit comments

Comments
 (0)