From da2422fa7a10cd2a60a6bffcd9a37f49e9395d53 Mon Sep 17 00:00:00 2001 From: Anurag Sharma Date: Fri, 14 Jul 2023 19:05:49 +0530 Subject: [PATCH] chore(release): v1.167.0 --- spotinst/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotinst/version.go b/spotinst/version.go index cd964846..acc6db41 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.166.0" +const SDKVersion = "1.167.0" // SDKName is the name of the SDK. const SDKName = "spotinst-sdk-go"