diff --git a/samcli/__init__.py b/samcli/__init__.py index 60108ddff3..0a7d0e0984 100644 --- a/samcli/__init__.py +++ b/samcli/__init__.py @@ -2,4 +2,4 @@ SAM CLI version """ -__version__ = "1.120.0" +__version__ = "1.121.0" diff --git a/samcli/runtime_config.json b/samcli/runtime_config.json index 27c3cf327d..cdaff679e1 100644 --- a/samcli/runtime_config.json +++ b/samcli/runtime_config.json @@ -1,3 +1,3 @@ { - "app_template_repo_commit": "ad846a4a89679a0335a20768308c14c81edca9df" + "app_template_repo_commit": "dc3e2d63332d1dac1557581c06ed323a0aab1d58" } diff --git a/tests/integration/init/test_init_command.py b/tests/integration/init/test_init_command.py index 76000edf61..68cb0c0c42 100644 --- a/tests/integration/init/test_init_command.py +++ b/tests/integration/init/test_init_command.py @@ -902,7 +902,7 @@ def test_interactive_init(self): # 1: AWS Quick Start Templates # 1: Hello World Example # N: Use the most popular runtime and package type? (Python and zip) [y/N] - # 13: nodejs18.x + # 13: nodejs20.x # 1: Zip # 1: Hello World Example # N: Would you like to enable X-Ray tracing on the function(s) in your application? [y/N] @@ -912,7 +912,7 @@ def test_interactive_init(self): 1 1 N -13 +11 1 1 N