From 30a958a3e378f3af3ccc97829075274414c1cfd1 Mon Sep 17 00:00:00 2001 From: Tobias Leaf Date: Wed, 17 Dec 2025 21:59:23 +0000 Subject: [PATCH] chore: bump version to 1.151.0 --- samcli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/__init__.py b/samcli/__init__.py index 8e2ca09511f..232c0903803 100644 --- a/samcli/__init__.py +++ b/samcli/__init__.py @@ -2,4 +2,4 @@ SAM CLI version """ -__version__ = "1.150.1" +__version__ = "1.151.0"