From 9318853718ec5b75b93a4c7c4acd9b03bbf38dc8 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Fri, 28 Apr 2023 14:59:22 +0200 Subject: [PATCH] chore: bump web to v7.0.0-rc.35 --- .drone.env | 3 +-- services/web/Makefile | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.env b/.drone.env index 850d8dae4..da3e7738e 100644 --- a/.drone.env +++ b/.drone.env @@ -1,4 +1,3 @@ # The test runner source for UI tests - -WEB_COMMITID=135a0007d4cc42fc137957296135be036232afc6 +WEB_COMMITID=a8f4ad05d36dae861bb6fdcb384e3eca69fc369b WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index ccc735ada..3edf0ac2a 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0-rc.34 +WEB_ASSETS_VERSION = v7.0.0-rc.35 include ../../.make/recursion.mk