From 1f3c9ebf4f6044716b08c59d6ae83dbd6a43bb36 Mon Sep 17 00:00:00 2001 From: Wing Fung Lau <4760060+hawflau@users.noreply.github.com> Date: Wed, 20 Sep 2023 14:57:11 -0700 Subject: [PATCH] chore: bump version to 1.98.0 (#5965) Co-authored-by: Lau --- samcli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/__init__.py b/samcli/__init__.py index c1b7d78631..75721d48cc 100644 --- a/samcli/__init__.py +++ b/samcli/__init__.py @@ -2,4 +2,4 @@ SAM CLI version """ -__version__ = "1.97.0" +__version__ = "1.98.0"