From bef56d42addbf259e29a1581f217076d837f0cf4 Mon Sep 17 00:00:00 2001 From: Anurag Sharma Date: Wed, 27 Sep 2023 14:58:29 +0530 Subject: [PATCH] chore(release): v1.176.0 --- spotinst/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotinst/version.go b/spotinst/version.go index df1d2337..7aa11021 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.175.0" +const SDKVersion = "1.176.0" // SDKName is the name of the SDK. const SDKName = "spotinst-sdk-go"