From 050c025a6a13c9c8e78c799104eac9bdb1ff14f4 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Mon, 26 Feb 2024 13:42:05 +0100 Subject: [PATCH] chore: bump web to v9.0.0-alpha.1 --- .drone.env | 4 ++-- services/web/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.env b/.drone.env index d682f8d979..cbc27160b3 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=98f771cb1424a864805bffd9084ddfc3eea01e49 -WEB_BRANCH=stable-8.0 +WEB_COMMITID=f0ecc835614411bdad7ef4ad5624f175634944d9 +WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index d2d8c87213..f0649750e0 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v8.0.0-rc.5 +WEB_ASSETS_VERSION = v9.0.0-alpha.1 include ../../.make/recursion.mk