mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 02:34:39 +00:00
chore: Bump version to v1.9.8 [skip ci]
This commit is contained in:
parent
f8e7002a9b
commit
09bd1a9f78
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ fun runCommand(command: String): String {
|
||||||
return String(byteOut.toByteArray()).trim()
|
return String(byteOut.toByteArray()).trim()
|
||||||
}
|
}
|
||||||
|
|
||||||
val _versionName = "1.9.7"
|
val _versionName = "1.9.8"
|
||||||
val betaCount by lazy {
|
val betaCount by lazy {
|
||||||
val betaTags = runCommand("git tag -l --sort=refname v${_versionName}-b*")
|
val betaTags = runCommand("git tag -l --sort=refname v${_versionName}-b*")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue