Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/pip/requirements/develop/urlli…
Browse files Browse the repository at this point in the history
…b3-2.2.3
  • Loading branch information
lucashuy authored Sep 26, 2024
2 parents 3a1e079 + 3aad0d5 commit 6565ea6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion installer/pyinstaller/build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [ "$python_version" = "" ]; then
fi

if [ "$openssl_version" = "" ]; then
openssl_version="3.0.14";
openssl_version="3.0.15";
fi

if [ "$zlib_version" = "" ]; then
Expand Down
2 changes: 1 addition & 1 deletion installer/pyinstaller/build-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if [ "$python_library_zip_filename" = "" ]; then
fi

if [ "$openssl_version" = "" ]; then
openssl_version="3.0.14";
openssl_version="3.0.15";
fi

if [ "$python_version" = "" ]; then
Expand Down
2 changes: 1 addition & 1 deletion samcli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
SAM CLI version
"""

__version__ = "1.124.0"
__version__ = "1.125.0"

0 comments on commit 6565ea6

Please sign in to comment.