chore: bump web to v7.2.0-beta.3

This commit is contained in:
Benedikt Kulmann
2026-06-16 13:30:13 +02:00
parent 81fd00043e
commit 49fc468a04
2 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
# The test runner source for UI tests
WEB_COMMITID=8164194c83c78ea7c7010cb8b771b3c81d26a23f
WEB_BRANCH=ScharfViktor-patch-1
WEB_COMMITID=e7537b3b1378f32267fc8e9f38ff12b318c4aba4
WEB_BRANCH=main

View File

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