From 925c88a47eacba73f736fcba2b3ad15182fc9ef8 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Thu, 20 Apr 2023 21:31:29 +0200 Subject: [PATCH] chore: bump web to v7.0.0-rc.31 --- .drone.env | 2 +- services/web/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.env b/.drone.env index 9aa4baf45a..2a4d5bb29a 100644 --- a/.drone.env +++ b/.drone.env @@ -1,4 +1,4 @@ # The test runner source for UI tests -WEB_COMMITID=02d76de0c7dcda3d3bf9255649246b25e88c99b7 +WEB_COMMITID=fa275ffcaef86a5f5d6d5e7b3a84bedd1a368ceb WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index a63ed4801c..2473bbdbff 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.30 +WEB_ASSETS_VERSION = v7.0.0-rc.31 include ../../.make/recursion.mk