From aed050d6c50e8895bea4aec573b1c35cf9fc2165 Mon Sep 17 00:00:00 2001 From: gummiflip Date: Wed, 24 Jun 2026 22:18:54 +0200 Subject: [PATCH] chore: bump version to 0.8.0 --- app/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/__init__.py b/app/__init__.py index b054b9a..6854ac1 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.7.0" +__version__ = "0.8.0"