From 16185b865302788d7a3d3521846a9decedb5c01a Mon Sep 17 00:00:00 2001 From: hnnasit <84355507+hnnasit@users.noreply.github.com> Date: Wed, 21 Jun 2023 15:56:22 -0400 Subject: [PATCH] chore: bump version to 1.88.0 (#5393) --- samcli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/__init__.py b/samcli/__init__.py index dba460a2bc..705542b65e 100644 --- a/samcli/__init__.py +++ b/samcli/__init__.py @@ -2,4 +2,4 @@ SAM CLI version """ -__version__ = "1.87.0" +__version__ = "1.88.0"