From 4fb80d5c55c3e62020e43469cd742a6ef4a133f0 Mon Sep 17 00:00:00 2001 From: chandra1-n <86221454+chandra1-n@users.noreply.github.com> Date: Wed, 18 Dec 2024 16:16:54 +0530 Subject: [PATCH] chore(release): v1.378.0 --- spotinst/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotinst/version.go b/spotinst/version.go index 0848c87f..fc4e2fb1 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.377.0" +const SDKVersion = "1.378.0" // SDKName is the name of the SDK. const SDKName = "spotinst-sdk-go"