chore: bump web to v7.1.1

This commit is contained in:
Benedikt Kulmann
2026-06-22 12:53:37 +02:00
parent f2e02e1f88
commit dd345bf48f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# The test runner source for UI tests
WEB_COMMITID=52b146f5356211e618ae26bfe39aed2feeec2d27
WEB_COMMITID=cbe31176647b7e6f0c5ec75a2097072d380c7bd8
WEB_BRANCH=stable-7.1

View File

@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v7.1.0
WEB_ASSETS_VERSION = v7.1.1
WEB_ASSETS_BRANCH = main
ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warnings` for non go targets in CI