Bump version to 0.9.1 and note the bump-per-deployment convention

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
mhoennig
2026-08-10 16:03:52 +02:00
co-authored by Claude Fable 5
parent 56aa306481
commit 76321a6f5c
+3 -1
View File
@@ -9,7 +9,9 @@ plugins {
} }
group = "de.hoennig" 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 { java {
toolchain { toolchain {