From 8b5f284c7d1ec1e53b3a0a77368489c3e1a09648 Mon Sep 17 00:00:00 2001 From: Haresh Nasit <84355507+hnnasit@users.noreply.github.com> Date: Wed, 11 Sep 2024 11:19:56 -0700 Subject: [PATCH] chore: bump version to 1.124.0 --- 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"