From 59feed574a0e3d89c0a6a55d964ac94c564b5077 Mon Sep 17 00:00:00 2001 From: Mohamed ElAsmar Date: Wed, 26 Jul 2023 17:27:33 -0700 Subject: [PATCH] chore: bump version to 1.94.0 --- samcli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/__init__.py b/samcli/__init__.py index ca2f71d3be..25dfd5d59a 100644 --- a/samcli/__init__.py +++ b/samcli/__init__.py @@ -2,4 +2,4 @@ SAM CLI version """ -__version__ = "1.93.0" +__version__ = "1.94.0"