From 19279c8ab5de4d7445a5c5ab62d9d0f951d9afce Mon Sep 17 00:00:00 2001 From: chandra1-n <86221454+chandra1-n@users.noreply.github.com> Date: Wed, 3 Apr 2024 21:56:08 +0530 Subject: [PATCH] chore(release): v1.340.0 --- spotinst/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotinst/version.go b/spotinst/version.go index 36555d16..c6500d0a 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.339.0" +const SDKVersion = "1.340.0" // SDKName is the name of the SDK. const SDKName = "spotinst-sdk-go"