From 251eb8e19e03905395da4ed724e7659231f34927 Mon Sep 17 00:00:00 2001 From: Carlos Precioso Date: Mon, 19 May 2025 11:00:31 +0200 Subject: [PATCH] Upgrade Wasp version (#430) --- .github/workflows/e2e-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 633dd15..7e1b2a9 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -10,7 +10,7 @@ on: env: WASP_TELEMETRY_DISABLE: 1 - WASP_VERSION: 0.16.3 + WASP_VERSION: 0.16.4 jobs: test: