From f7931af081d67dd235694e27af349ba1e158aa22 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Mon, 20 Oct 2025 15:22:14 +0200 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 012d9116..4ed04d29 100644 --- a/internal_filesystem/lib/mpos/info.py +++ b/internal_filesystem/lib/mpos/info.py @@ -1,4 +1,4 @@ -CURRENT_OS_VERSION = "0.1.1" +CURRENT_OS_VERSION = "0.1.2" # Unique string that defines the hardware, used by OSUpdate and the About app _hardware_id = "missing-hardware-info"