From b7e004fc4421085da9f3ded31754896248efde69 Mon Sep 17 00:00:00 2001 From: nmanu1 <88398086+nmanu1@users.noreply.github.com> Date: Tue, 16 Nov 2021 18:20:40 -0500 Subject: [PATCH] Bump sdk version to v1.12 (#1008) Update to SDK v1.12 --- global_config.json | 2 +- test-site/config/global_config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/global_config.json b/global_config.json index 9c5aebd9c..6211fd20e 100644 --- a/global_config.json +++ b/global_config.json @@ -1,5 +1,5 @@ { - "sdkVersion": "develop", // The version of the Answers SDK to use + "sdkVersion": "1.12", // 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 diff --git a/test-site/config/global_config.json b/test-site/config/global_config.json index 571bc24fc..589a13933 100644 --- a/test-site/config/global_config.json +++ b/test-site/config/global_config.json @@ -1,5 +1,5 @@ { - "sdkVersion": "develop", // The version of the Answers SDK to use + "sdkVersion": "1.12", // The version of the Answers SDK to use // "token": "", // The auth token to access Answers experience. "apiKey": "2d8c550071a64ea23e263118a2b0680b", // 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