From 42dc3fa4dc39d736529250ede1e1cf49ccab1cea Mon Sep 17 00:00:00 2001 From: Qingchuan Ma Date: Wed, 30 Jun 2021 18:48:47 -0700 Subject: [PATCH] chore: bump version to 1.25.0 --- samcli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/__init__.py b/samcli/__init__.py index 3fe00ac134e..d49ef0cf7ed 100644 --- a/samcli/__init__.py +++ b/samcli/__init__.py @@ -2,4 +2,4 @@ SAM CLI version """ -__version__ = "1.24.1" +__version__ = "1.25.0"