From f5191720366d1ddaeec9ac4e7a92191db8b1ad27 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Thu, 9 Feb 2023 22:33:40 +0100 Subject: [PATCH] chore: bump web v7.0.0-rc.12 --- .drone.env | 2 +- services/web/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.env b/.drone.env index ff209a280..008d86aff 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=99028c2d3dde103e5bab6636396ea92f2d9fbcea +WEB_COMMITID=6bcdcc5c0ccf7a13bc8f9da2e342073a07744705 WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index 34c366185..c0deb1f2f 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.11 +WEB_ASSETS_VERSION = v7.0.0-rc.12 include ../../.make/recursion.mk