From 7a7c064655147daa9d03c20c764c0dc3cd8111ff Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 19:54:18 +0000 Subject: [PATCH] chore: Update version.go for v0.42.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..f0c027c6f 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.42.0" )