From ece3fa5ff0018e09187acf3ff3f509661397318c Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Wed, 24 Dec 2025 17:34:52 +0100 Subject: [PATCH] Increment version for next release --- internal_filesystem/lib/mpos/info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal_filesystem/lib/mpos/info.py b/internal_filesystem/lib/mpos/info.py index 84f78e00..956d86ed 100644 --- a/internal_filesystem/lib/mpos/info.py +++ b/internal_filesystem/lib/mpos/info.py @@ -1,4 +1,4 @@ -CURRENT_OS_VERSION = "0.5.2" +CURRENT_OS_VERSION = "0.5.3" # Unique string that defines the hardware, used by OSUpdate and the About app _hardware_id = "missing-hardware-info"