Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
louisaxel-ambroise committed Mar 29, 2024
1 parent 805f498 commit 8c66dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FasTnT.Domain/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ public sealed class Constants
public int MaxEventsCapturePerCall { get; init; } = 500;
public int CaptureSizeLimit { get; init; } = 1_024;
public int MaxEventsReturnedInQuery { get; init; } = 20_000;
public Version VendorVersion { get; init; } = Version.Parse("2.5.1");
public Version VendorVersion { get; init; } = Version.Parse("2.6.1");
}

0 comments on commit 8c66dd2

Please sign in to comment.