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

This commit is contained in:
Jannik Stehle
2026-06-12 09:57:03 +02:00
parent 490eb5882b
commit 63b4957b0f
2 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,3 @@
# The test runner source for UI tests
WEB_COMMITID=44a7201d440d39f756c0d071e3b3e9a99688054d
WEB_COMMITID=8e1c4ab91644a5441736522e72f98f9118fbefe3
WEB_BRANCH=main

View File

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