From c91232a9ee38ff4d03d4a27eae024b4d14912e50 Mon Sep 17 00:00:00 2001 From: Chris Breiding Date: Tue, 23 May 2023 19:25:55 -0400 Subject: [PATCH] Bump version for 12.13.0 release (#895) --- factory/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/factory/.env b/factory/.env index 143ea22d84..da57c9321e 100644 --- a/factory/.env +++ b/factory/.env @@ -20,7 +20,7 @@ FACTORY_VERSION='2.3.0' CHROME_VERSION='113.0.5672.92-1' # Cypress versions: https://www.npmjs.com/package/cypress -CYPRESS_VERSION='12.12.0' +CYPRESS_VERSION='12.13.0' # Edge versions: https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/ EDGE_VERSION='113.0.1774.35-1'