chore: bump reva to v2.42.5

This commit is contained in:
Viktor Scharf
2026-03-09 12:36:50 +01:00
parent bd02897df1
commit bd649d02ac
10 changed files with 46 additions and 30 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 = "5.1.0+dev"
LatestTag = "5.2.0+dev"
// Date indicates the build date.
// This has been removed, it looks like you can only replace static strings with recent go versions