Skip to content

Commit cabf7f7

Browse files
authored
Merge pull request #525 from M4xymm/v7.1
Update version to 7.1.5
2 parents b07b469 + 00d5c4f commit cabf7f7

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.1.4",
3+
"version": "7.1.5",
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
@@ -148,7 +148,7 @@ export class RequestExecutor implements IDisposable {
148148

149149
private _log: ILogger;
150150

151-
public static readonly CLIENT_VERSION = "7.1.0";
151+
public static readonly CLIENT_VERSION = "7.1.5";
152152

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

0 commit comments

Comments
 (0)