From 7f4121265a4f9e73aee5308482755d27c1b813f5 Mon Sep 17 00:00:00 2001 From: Marek Szyprowski Date: Fri, 5 Apr 2024 10:53:23 +0900 Subject: [PATCH] scripts: sd_fusing: Update a patch version Signed-off-by: Marek Szyprowski Change-Id: Id2b66f75be5f3a078bfa7306c166f37e55e5e34a --- sd_fusing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sd_fusing.py b/sd_fusing.py index 5494178..ba05029 100755 --- a/sd_fusing.py +++ b/sd_fusing.py @@ -15,7 +15,7 @@ import sys import tarfile import tempfile -__version__ = "1.1.7" +__version__ = "1.1.8" Format = False Device = "" -- 2.34.1