From 3aad0d57794c361a90388fb9f01e86cd8425e411 Mon Sep 17 00:00:00 2001 From: Lucas <12496191+lucashuy@users.noreply.github.com> Date: Thu, 26 Sep 2024 10:38:55 -0700 Subject: [PATCH] chore: bump version to 1.125.0 (#7517) --- samcli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/__init__.py b/samcli/__init__.py index fc57ebbee1..08999c5f10 100644 --- a/samcli/__init__.py +++ b/samcli/__init__.py @@ -2,4 +2,4 @@ SAM CLI version """ -__version__ = "1.124.0" +__version__ = "1.125.0"