We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb775eb commit fe2b0f8Copy full SHA for fe2b0f8
src/Http/RequestExecutor.ts
@@ -147,7 +147,7 @@ export class RequestExecutor implements IDisposable {
147
148
private _log: ILogger;
149
150
- public static readonly CLIENT_VERSION = "6.0.0";
+ public static readonly CLIENT_VERSION = "7.0.0";
151
152
private _updateDatabaseTopologySemaphore = new Semaphore();
153
private _updateClientConfigurationSemaphore = new Semaphore();
0 commit comments