From 5d76bdab597d4524981ad62e5604d52f53329475 Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 03:26:45 +0000 Subject: [PATCH] chore: Update version.go for v0.47.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 95d9bb6df..24d1597b4 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.47.0" + ClientVersion = "0.47.1" )