From 2a2e8766614a0801d3d7bb42a3a1d327da30852f Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Tue, 17 Oct 2023 14:10:22 +0200 Subject: [PATCH] chore: bump web to v8.0.0-alpha.4 --- .drone.env | 2 +- services/web/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.env b/.drone.env index 3fe224c30..e5a016ddb 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=6fd967a12cfbe8fda936680ecf353c12eab78452 +WEB_COMMITID=81b683a3c5b9e719ce6fa44b72f268e419e1d97c WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index 527db1685..84e79d03a 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v8.0.0-alpha.3 +WEB_ASSETS_VERSION = v8.0.0-alpha.4 include ../../.make/recursion.mk