master is now 5.0.0-alpha5

Original commit: elastic/x-pack-elasticsearch@ce2a255cde
This commit is contained in:
Adrien Grand 2016-07-05 15:27:27 +02:00
parent e861608c59
commit 5533470959
1 changed files with 1 additions and 1 deletions

View File

@ -33,6 +33,6 @@ public class VersionCompatibilityTests extends ESTestCase {
*
*/
assertThat("Remove workaround in LicenseService class when es core supports merging cluster level custom metadata",
Version.CURRENT.equals(Version.V_5_0_0_alpha4), is(true));
Version.CURRENT.equals(Version.V_5_0_0_alpha5), is(true));
}
}