chore: bump web to v7.1.2

This commit is contained in:
Benedikt Kulmann
2026-06-24 15:44:32 +02:00
parent ae53d5847e
commit 1b9cd062c7
2 changed files with 3 additions and 3 deletions

View File

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

View File

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