chore(web): bump web to v4.2.2 (#2580)

This commit is contained in:
Benedikt Kulmann
2026-04-29 11:01:33 +02:00
committed by GitHub
parent df4bc7c1d8
commit a7bb32bf64
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v4.2.1
WEB_ASSETS_VERSION = v4.2.2
WEB_ASSETS_BRANCH = main
ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warnings` for non go targets in CI