Skip to content

Commit

Permalink
RavenDB-22472 Set ravenClientVersion to 6.0 in commandBase
Browse files Browse the repository at this point in the history
  • Loading branch information
kalczur authored and arekpalinski committed Jun 25, 2024
1 parent ef4b17f commit 286b05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Raven.Studio/typescript/commands/commandBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import database from "models/resources/database";
/// Commands encapsulate a read or write operation to the database and support progress notifications and common AJAX related functionality.
class commandBase {

static ravenClientVersion = '5.4.0.0';
static ravenClientVersion = '6.0.0.0';

static ravenStudioVersionHeader = 'Raven-Studio-Version';

Expand Down

0 comments on commit 286b05b

Please sign in to comment.