diff --git a/spotinst/version.go b/spotinst/version.go index 28b0aab6..00c7c4c1 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.180.0" +const SDKVersion = "1.181.0" // SDKName is the name of the SDK. const SDKName = "spotinst-sdk-go"