From 610bb604ec8705d2adead309f276a97a4e7a8792 Mon Sep 17 00:00:00 2001 From: Anurag Sharma Date: Sun, 10 Mar 2024 19:26:43 +0530 Subject: [PATCH] chore(release): v1.335.0 --- spotinst/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotinst/version.go b/spotinst/version.go index d2fdd7e4..93cc1905 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 = "2.0.0" +const SDKVersion = "1.335.0" // SDKName is the name of the SDK. const SDKName = "spotinst-sdk-go"