From 2626468d3c801ba01734de8230c99a5b869b573b Mon Sep 17 00:00:00 2001 From: Haresh Nasit <84355507+hnnasit@users.noreply.github.com> Date: Fri, 8 Nov 2024 17:01:28 -0800 Subject: [PATCH] chore: bump version to 1.128.0 --- samcli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/__init__.py b/samcli/__init__.py index 7f95e6875f..ceeffa3bb4 100644 --- a/samcli/__init__.py +++ b/samcli/__init__.py @@ -2,4 +2,4 @@ SAM CLI version """ -__version__ = "1.127.0" +__version__ = "1.128.0"