From 40271822ef3747899f04a42aee0c6a404f41207f Mon Sep 17 00:00:00 2001 From: gummiflip Date: Wed, 24 Jun 2026 09:29:40 +0200 Subject: [PATCH] chore: bump version to 0.7.0 --- app/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/__init__.py b/app/__init__.py index 63b1fde..b054b9a 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.6.0" +__version__ = "0.7.0"