From 33f23ca3c39cdb7bb1b083b1e91b921bc5e07ab1 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Fri, 31 Mar 2023 22:56:55 +0200 Subject: [PATCH] chore: bump web to v7.0.0-rc.27 --- .drone.env | 2 +- services/web/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.env b/.drone.env index d63ac7cb7..4c55fa693 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=8f9dd94303af308b9f2e3a56779b254811c3c01a +WEB_COMMITID=a3bb344aeab7fbb42c53815502abef7311e948fe WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index ec06b47cb..fa96ab416 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.26 +WEB_ASSETS_VERSION = v7.0.0-rc.27 include ../../.make/recursion.mk