From 6a6de4b26ab0c947eed4a35bda35841681232ea3 Mon Sep 17 00:00:00 2001 From: David Brown Date: Thu, 28 Sep 2023 11:42:15 -0600 Subject: [PATCH] scripts: imgtool: update to 2.0.0-rc1 release Update the version of imgtool. This should auto-publish when released. Signed-off-by: David Brown --- scripts/imgtool/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/imgtool/__init__.py b/scripts/imgtool/__init__.py index ea550249..04e2fec5 100644 --- a/scripts/imgtool/__init__.py +++ b/scripts/imgtool/__init__.py @@ -14,4 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -imgtool_version = "1.10.0" +imgtool_version = "2.0.0rc1"