From 134152d48e0c911af1a3b582a7560e0804588252 Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 23:14:53 +0000 Subject: [PATCH] chore: Update version.go for v0.37.0 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 15e56e4de..88384dea8 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.31.0" + ClientVersion = "0.37.0" )