From ac6e499155bce71c8910c9bc5ab75ba2e61966db Mon Sep 17 00:00:00 2001 From: Lau Date: Tue, 10 Oct 2023 16:43:16 -0700 Subject: [PATCH] chore: bump version to 1.99.0 --- samcli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/__init__.py b/samcli/__init__.py index 75721d48cc..4ee5abd4e6 100644 --- a/samcli/__init__.py +++ b/samcli/__init__.py @@ -2,4 +2,4 @@ SAM CLI version """ -__version__ = "1.98.0" +__version__ = "1.99.0"