From 4a7a900f1fdce6524c3a7db6df75d441a260ce7d Mon Sep 17 00:00:00 2001 From: Haresh Nasit <84355507+hnnasit@users.noreply.github.com> Date: Wed, 11 Sep 2024 11:56:52 -0700 Subject: [PATCH] chore: bump version to 1.124.0 (#7468) --- samcli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/__init__.py b/samcli/__init__.py index 8fe8081873..fc57ebbee1 100644 --- a/samcli/__init__.py +++ b/samcli/__init__.py @@ -2,4 +2,4 @@ SAM CLI version """ -__version__ = "1.123.0" +__version__ = "1.124.0"