From bf28314d9e3287ad1674f80d8a80d2245c0159ae Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 17:08:31 +0000 Subject: [PATCH] chore: Update version.go for v0.37.1 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 88384dea8..02c62ece5 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.0" + ClientVersion = "0.37.1" )