From 6cefc94493ff839b34ade4dd7e24c0be0f22e5c7 Mon Sep 17 00:00:00 2001 From: Viktor Scharf Date: Mon, 26 Jan 2026 15:33:43 +0100 Subject: [PATCH] bump-web-5.0.0 (#2216) --- .woodpecker.env | 2 +- pkg/version/version.go | 2 +- services/web/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker.env b/.woodpecker.env index 1635786595..7e1abc2b08 100644 --- a/.woodpecker.env +++ b/.woodpecker.env @@ -1,4 +1,4 @@ # The test runner source for UI tests -WEB_COMMITID=3120ea384c7a9d1f1ea0c328965951fc06d66900 +WEB_COMMITID=d5f9ddb7878c20ca6db54b6f097e611c996de728 WEB_BRANCH=main diff --git a/pkg/version/version.go b/pkg/version/version.go index 9895044bcd..fb7459cc7b 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -34,7 +34,7 @@ var ( // LatestTag is the latest released version plus the dev meta version. // Will be overwritten by the release pipeline // Needs a manual change for every tagged release - LatestTag = "4.1.0+dev" + LatestTag = "5.0.0+dev" // Date indicates the build date. // This has been removed, it looks like you can only replace static strings with recent go versions diff --git a/services/web/Makefile b/services/web/Makefile index 414ce38ded..4687a8be9e 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v4.3.0 +WEB_ASSETS_VERSION = v5.0.0 WEB_ASSETS_BRANCH = main ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warnings` for non go targets in CI