Skip to content

Commit fe2b0f8

Browse files
committed
Update CLIENT_VERSION to 7.0.0
This change increments the CLIENT_VERSION from 6.0.0 to 7.0.0.
1 parent bb775eb commit fe2b0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/RequestExecutor.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export class RequestExecutor implements IDisposable {
147147

148148
private _log: ILogger;
149149

150-
public static readonly CLIENT_VERSION = "6.0.0";
150+
public static readonly CLIENT_VERSION = "7.0.0";
151151

152152
private _updateDatabaseTopologySemaphore = new Semaphore();
153153
private _updateClientConfigurationSemaphore = new Semaphore();

0 commit comments

Comments
 (0)