From b9dbdfd04da01fcf70f2f08714a5c1a7c9859f30 Mon Sep 17 00:00:00 2001 From: Florian Schade Date: Tue, 3 Jan 2023 14:31:13 +0100 Subject: [PATCH] chore: bump web to v7.0.0-rc.5 (#5317) --- .drone.env | 2 +- services/web/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.env b/.drone.env index 5d7350a11d..4bcef369b9 100644 --- a/.drone.env +++ b/.drone.env @@ -3,5 +3,5 @@ CORE_COMMITID=001c91595bbf8c9591ee0c971b5d78e9fc1a481b CORE_BRANCH=master # The test runner source for UI tests -WEB_COMMITID=57ca0720be49891dd283eac99769555774e1fdf2 +WEB_COMMITID=f2b928be7e6ce85265868660049a4ff15caa74bc WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index 3eb80e32bc..c00ea2440b 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.4 +WEB_ASSETS_VERSION = v7.0.0-rc.5 include ../../.make/recursion.mk