From 774c91083682846a822f9e4754be672c8d092b9f Mon Sep 17 00:00:00 2001 From: Mehmet Nuri Deveci <5735811+mndeveci@users.noreply.github.com> Date: Mon, 5 Jun 2023 16:11:45 -0700 Subject: [PATCH] chore: bump version to 1.86.0 --- samcli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/__init__.py b/samcli/__init__.py index 87cd027bf6..1882804ed9 100644 --- a/samcli/__init__.py +++ b/samcli/__init__.py @@ -2,4 +2,4 @@ SAM CLI version """ -__version__ = "1.85.0" +__version__ = "1.86.0"