From 6bfa9e585326147155e9c25429bf60c97f1f40df Mon Sep 17 00:00:00 2001 From: David Vincze Date: Wed, 18 Mar 2020 13:25:40 +0100 Subject: [PATCH] imgtool: release 1.6.0alpha1 Change-Id: I7ae2bff9d16c39f7cc5fee3a08437f0a25e7cddc Signed-off-by: David Vincze --- 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 04a1b5e4..e6c9ed9b 100644 --- a/scripts/imgtool/__init__.py +++ b/scripts/imgtool/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -imgtool_version = "1.5.0" +imgtool_version = "1.6.0a1"