diff --git a/build.gradle.kts b/build.gradle.kts index fb7842a..526ae3e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,9 @@ plugins { } group = "de.hoennig" -version = "0.9.0" +// bump at least the patch version for every deployment, so the UI footer +// (BuildProperties) and --version identify what is actually running +version = "0.9.1" java { toolchain {