From 79ee4c31d991a587c55e56f62c86446884a61b46 Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Thu, 27 Apr 2023 15:24:46 +0200 Subject: [PATCH] chore: bump web to v7.0.0-rc.34 --- .drone.env | 2 +- services/web/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.env b/.drone.env index ac3bbd5116..850d8dae4a 100644 --- a/.drone.env +++ b/.drone.env @@ -1,4 +1,4 @@ # The test runner source for UI tests -WEB_COMMITID=5610aa9df4413d89f5517479879bb28946be2077 +WEB_COMMITID=135a0007d4cc42fc137957296135be036232afc6 WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index 3e89834f14..ccc735ada9 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.32 +WEB_ASSETS_VERSION = v7.0.0-rc.34 include ../../.make/recursion.mk