From 3c747dd2f4530e11765ed7969baff16dff394f94 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Mon, 24 Apr 2023 11:24:04 +0200 Subject: [PATCH] chore: bump web to v7.0.0-rc.32 --- .drone.env | 2 +- services/web/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.env b/.drone.env index 2a4d5bb29..9ddc9dd8b 100644 --- a/.drone.env +++ b/.drone.env @@ -1,4 +1,4 @@ # The test runner source for UI tests -WEB_COMMITID=fa275ffcaef86a5f5d6d5e7b3a84bedd1a368ceb +WEB_COMMITID=a46ab6158a7ebf8667a079f547b84d644fd1b6ec WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index 2473bbdbf..3e89834f1 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.31 +WEB_ASSETS_VERSION = v7.0.0-rc.32 include ../../.make/recursion.mk