Skip to content

Commit 9ac05c4

Browse files
committed
Bump default version
1 parent ecfa635 commit 9ac05c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/Framework/Configuration/EnvironmentConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Tests.Framework.Configuration
99
{
1010
public class EnvironmentConfiguration : TestConfigurationBase
1111
{
12-
private const string DefaultVersion = "5.5.0";
12+
private const string DefaultVersion = "5.6.5";
1313

1414
public override bool TestAgainstAlreadyRunningElasticsearch { get; protected set; } = false;
1515
public override bool ForceReseed { get; protected set; } = true;

0 commit comments

Comments
 (0)