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

This commit is contained in:
Benedikt Kulmann committed 2026-06-17 10:56:23 +02:00
1 parent 346cfab35d
commit afda0e45e5
2 files changed
+3 -3

No files matched your search

+2 -2
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
+1 -1
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