From e8a7a37293183dc6c8191727f06d69d114ce6ba9 Mon Sep 17 00:00:00 2001 From: Nidhi Manu Date: Tue, 20 Feb 2024 09:47:44 -0500 Subject: [PATCH] Bump answers-search-ui version to 1.17 --- global_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global_config.json b/global_config.json index 251349bf1..2d75fe55c 100644 --- a/global_config.json +++ b/global_config.json @@ -1,5 +1,5 @@ { - "sdkVersion": "1.16", // The version of the Answers SDK to use + "sdkVersion": "1.17", // The version of the Answers SDK to use // "token": "", // The auth token to access Answers experience. // "apiKey": "", // The answers api key found on the experiences page. This will be provided automatically by the Yext CI system // "experienceVersion": "", // the Answers Experience version to use for API requests. This will be provided automatically by the Yext CI system