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