Update es core version to 1.4.0.Beta1-SNAPSHOT

Original commit: elastic/x-pack-elasticsearch@07a12d3c58
This commit is contained in:
javanna 2014-09-16 15:27:26 +02:00 committed by Luca Cavanna
parent fee5a30f7f
commit 99c41997d9
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ public class ShieldVersion implements Serializable {
// the (internal) format of the id is there so we can easily do after/before checks on the id
public static final int V_1_0_0_ID = /*00*/1000099;
public static final ShieldVersion V_1_0_0 = new ShieldVersion(V_1_0_0_ID, true, Version.V_1_4_0_Beta);
public static final ShieldVersion V_1_0_0 = new ShieldVersion(V_1_0_0_ID, true, Version.V_1_4_0_Beta1);
public static final ShieldVersion CURRENT = V_1_0_0;