From b07925a927f3ff9bf792d7889d6f11ef92c97fa1 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Wed, 17 Apr 2024 14:01:03 +0200 Subject: [PATCH] chore: bump version --- ocis-pkg/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocis-pkg/version/version.go b/ocis-pkg/version/version.go index f2edadb80eb..43c7413e77a 100644 --- a/ocis-pkg/version/version.go +++ b/ocis-pkg/version/version.go @@ -16,7 +16,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.0.1+dev" + LatestTag = "5.0.2+dev" // Date indicates the build date. // This has been removed, it looks like you can only replace static strings with recent go versions