From 7a31b9f4e256d1e1d0d703793271a518e93f54b2 Mon Sep 17 00:00:00 2001 From: Mehmet Nuri Deveci <5735811+mndeveci@users.noreply.github.com> Date: Tue, 2 Jan 2024 14:39:13 -0800 Subject: [PATCH] chore: bump version to 1.106.0 --- samcli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/__init__.py b/samcli/__init__.py index ed98927f4e..5f11997868 100644 --- a/samcli/__init__.py +++ b/samcli/__init__.py @@ -2,4 +2,4 @@ SAM CLI version """ -__version__ = "1.105.0" +__version__ = "1.106.0"