Bump client version to 1.4.0

This commit is contained in:
Thomas Andres Gomez 2025-04-20 19:46:05 +02:00
parent c602a9ba9a
commit 3c80f23559

View file

@ -9,7 +9,7 @@ plugins {
alias(libs.plugins.buildkonfig)
}
fun getVersion() = "1.3.0"
fun getVersion() = "1.4.0"
kotlin {
jvm("desktop")