From 0ded546e1f048146cff827a88119990f6a1c008b Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 02:22:40 +0000 Subject: [PATCH] chore: Update version.go for v0.46.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 a782efb89..4e0ee683c 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.46.0" + ClientVersion = "0.46.1" )