From 07a47362c885b9ddf059f4ca0b30bd195c1f4cae 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: --- 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 ea55024948..04e2fec5f9 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"