From 6b391d350736cfb70d9da6ee4c3d7e3e8e349a8f Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 06:26:57 +0000 Subject: [PATCH] chore: Update version.go for v0.37.3 Signed-off-by: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> --- internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version/version.go b/internal/version/version.go index 44c4dfe44..51ca9c457 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -21,5 +21,5 @@ const ( ClientName = "govmomi" // ClientVersion is the version of this SDK - ClientVersion = "0.37.2" + ClientVersion = "0.37.3" )