From 39c92ec903e1347765ff74c7c8975eb3c0ca4ba6 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Mon, 1 Dec 2025 13:21:23 +0100 Subject: [PATCH] Increment version number --- 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 fc1e04e4..22bb09cd 100644 --- a/internal_filesystem/lib/mpos/info.py +++ b/internal_filesystem/lib/mpos/info.py @@ -1,4 +1,4 @@ -CURRENT_OS_VERSION = "0.5.0" +CURRENT_OS_VERSION = "0.5.1" # Unique string that defines the hardware, used by OSUpdate and the About app _hardware_id = "missing-hardware-info"