From e9de40f9e43d136c02b528b9d154e93180914be4 Mon Sep 17 00:00:00 2001 From: chandra1-n <86221454+chandra1-n@users.noreply.github.com> Date: Sun, 27 Oct 2024 17:33:33 +0530 Subject: [PATCH] chore(release): v1.372.0 --- spotinst/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotinst/version.go b/spotinst/version.go index 78fabd3a..2346bb82 100644 --- a/spotinst/version.go +++ b/spotinst/version.go @@ -1,7 +1,7 @@ package spotinst // SDKVersion is the current version of the SDK. -const SDKVersion = "1.371.0" +const SDKVersion = "1.372.0" // SDKName is the name of the SDK. const SDKName = "spotinst-sdk-go"