From 76321a6f5ce29500f7ccd6afb50fe6c318c02ba6 Mon Sep 17 00:00:00 2001 From: mhoennig Date: Mon, 10 Aug 2026 16:03:52 +0200 Subject: [PATCH] Bump version to 0.9.1 and note the bump-per-deployment convention Co-Authored-By: Claude Fable 5 --- build.gradle.kts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 {