From 0c924b67ec3f7637827f4c1b56a3db54fc4e4493 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Sat, 22 Nov 2025 15:33:40 +0100 Subject: [PATCH] Increment version --- 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 0f2370ea..fc1e04e4 100644 --- a/internal_filesystem/lib/mpos/info.py +++ b/internal_filesystem/lib/mpos/info.py @@ -1,4 +1,4 @@ -CURRENT_OS_VERSION = "0.4.1" +CURRENT_OS_VERSION = "0.5.0" # Unique string that defines the hardware, used by OSUpdate and the About app _hardware_id = "missing-hardware-info"