Skip to content

Commit 5bc9ddd

Browse files
committed
Bump version to 7.1.0. Update CLIENT_VERSION in RequestExecutor.
1 parent 3adacf1 commit 5bc9ddd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ravendb",
3-
"version": "7.0.1",
3+
"version": "7.1.0",
44
"description": "RavenDB client for Node.js",
55
"files": [
66
"dist"

src/Http/RequestExecutor.ts

Lines changed: 1 addition & 1 deletion
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 = "7.0.0";
150+
public static readonly CLIENT_VERSION = "7.1.0";
151151

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

0 commit comments

Comments
 (0)