From 4f05f6dc097aaa5785f22255c6086c8327b0c8e5 Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Wed, 24 May 2023 11:27:15 +0200 Subject: [PATCH] chore: bump web to v7.0.0-rc.38 --- .drone.env | 2 +- services/web/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.env b/.drone.env index 2c679f04d..efbcd5d9b 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=87947cb3d45f5b7f63b58420b97c3c25c8d20aa8 +WEB_COMMITID=e8bdc25468e9a68e58cffd778209e039dd4beaf1 WEB_BRANCH=stable-7.0 diff --git a/services/web/Makefile b/services/web/Makefile index 0cdd1a28b..c7e86be11 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.37 +WEB_ASSETS_VERSION = v7.0.0-rc.38 include ../../.make/recursion.mk