From 8f064c1fd1d751670a49cf0189dd03ab2f8bd48a Mon Sep 17 00:00:00 2001 From: gummiflip Date: Wed, 17 Jun 2026 14:03:40 +0200 Subject: [PATCH] chore(release): bump version to 0.2.24 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Erhöht die App-Version nach dem Merge von Paket C + Secret-Hygiene (PR #3), damit Code-Version und das anstehende Release-Tag v0.2.24 übereinstimmen. Co-Authored-By: Claude Opus 4.8 --- app/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/__init__.py b/app/__init__.py index e7f9568..a84287b 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -1,4 +1,4 @@ """BlitztextLinux app package.""" # Single source of truth for the application version. -__version__ = "0.2.23" +__version__ = "0.2.24"