From 1c0d0ea6e374f09c84e8b53c52a3ba09f0dc93ed Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Thu, 13 Jun 2024 13:51:00 +0900 Subject: [PATCH] scripts: sd_fusing: Update a patch version to 2 Update a patch version from 1 to 2. - Changed the name of update-status param to update-progress-status. Change-Id: I2d3635872fdd06a10660724244e54e759e00dc0a Signed-off-by: Jaehoon Chung --- scripts/tizen/sd_fusing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tizen/sd_fusing.py b/scripts/tizen/sd_fusing.py index a046feefc7..8f57d15a8b 100755 --- a/scripts/tizen/sd_fusing.py +++ b/scripts/tizen/sd_fusing.py @@ -15,7 +15,7 @@ import sys import tarfile import tempfile -__version__ = "1.1.1" +__version__ = "1.1.2" Format = False Device = "" -- 2.34.1