Skip to content

Commit

Permalink
Bump sdk version to v1.12 (#1008)
Browse files Browse the repository at this point in the history
Update to SDK v1.12
  • Loading branch information
nmanu1 committed Nov 16, 2021
1 parent 3e59484 commit b7e004f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion global_config.json
Original file line number Diff line number Diff line change
@@ -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": "<REPLACE ME>", // The auth token to access Answers experience.
// "apiKey": "<REPLACE ME>", // The answers api key found on the experiences page. This will be provided automatically by the Yext CI system
// "experienceVersion": "<REPLACE ME>", // the Answers Experience version to use for API requests. This will be provided automatically by the Yext CI system
Expand Down
2 changes: 1 addition & 1 deletion test-site/config/global_config.json
Original file line number Diff line number Diff line change
@@ -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": "<REPLACE ME>", // 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": "<REPLACE ME>", // the Answers Experience version to use for API requests. This will be provided automatically by the Yext CI system
Expand Down

0 comments on commit b7e004f

Please sign in to comment.