[full-ci] chore: bump reva to v2.43.0 (#2630)

This commit is contained in:
Viktor Scharf
2026-04-20 16:05:48 +02:00
committed by GitHub
parent 7d98f03703
commit 6099ca3658
36 changed files with 883 additions and 227 deletions
+1 -1
View File
@@ -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 = "6.0.0+dev"
LatestTag = "6.1.0+dev"
// Date indicates the build date.
// This has been removed, it looks like you can only replace static strings with recent go versions