mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 02:34:39 +00:00
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:
parent
271e440014
commit
ea634a5ce3
1 changed files with 1 additions and 1 deletions
|
@ -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*")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue