fix(gateway): use version 10 (#7689)

* fix: make gateway use version 10

* chore: fix readme rest versions
This commit is contained in:
Suneet Tipirneni
2022-03-26 08:42:13 -04:00
committed by GitHub
parent cedd0536ba
commit 8880de0cec
4 changed files with 4 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ export interface RESTOptions {
userAgentAppendix: string;
/**
* The version of the API to use
* @default '9'
* @default '10'
*/
version: string;
/**