From 6239e095639b9dcfbebb92ace042d021d8d8e539 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Fri, 17 Feb 2023 22:26:20 +0100 Subject: [PATCH] chore: bump web to v7.0.0-rc.14 --- .drone.env | 2 +- services/web/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.env b/.drone.env index 37e04a729..e8387fdae 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=5f66ccb84634586a34a058cd104ff61f31e46004 +WEB_COMMITID=617940b0685bb7d1f18ec331dc7fc9db7a5d4b27 WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index 9b87a615d..0793aef2a 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.13 +WEB_ASSETS_VERSION = v7.0.0-rc.14 include ../../.make/recursion.mk