mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
use the 0.20.0 version
This commit is contained in:
parent
4dec14d5da
commit
e021904250
@ -94,8 +94,8 @@ public class Version implements Serializable {
|
|||||||
|
|
||||||
public static final int V_0_20_0_RC1_ID = /*00*/200051;
|
public static final int V_0_20_0_RC1_ID = /*00*/200051;
|
||||||
public static final Version V_0_20_0_RC1 = new Version(V_0_20_0_RC1_ID, false);
|
public static final Version V_0_20_0_RC1 = new Version(V_0_20_0_RC1_ID, false);
|
||||||
public static final int V_0_20_0_RC2_ID = /*00*/200052;
|
public static final int V_0_20_0_ID = /*00*/200099;
|
||||||
public static final Version V_0_20_0_RC2 = new Version(V_0_20_0_RC2_ID, false);
|
public static final Version V_0_20_0 = new Version(V_0_20_0_ID, false);
|
||||||
|
|
||||||
public static final int V_0_21_0_Beta1_ID = /*00*/210001;
|
public static final int V_0_21_0_Beta1_ID = /*00*/210001;
|
||||||
public static final Version V_0_21_0_Beta1 = new Version(V_0_21_0_Beta1_ID, true);
|
public static final Version V_0_21_0_Beta1 = new Version(V_0_21_0_Beta1_ID, true);
|
||||||
@ -111,8 +111,8 @@ public class Version implements Serializable {
|
|||||||
case V_0_21_0_Beta1_ID:
|
case V_0_21_0_Beta1_ID:
|
||||||
return V_0_21_0_Beta1;
|
return V_0_21_0_Beta1;
|
||||||
|
|
||||||
case V_0_20_0_RC2_ID:
|
case V_0_20_0_ID:
|
||||||
return V_0_20_0_RC2;
|
return V_0_20_0;
|
||||||
case V_0_20_0_RC1_ID:
|
case V_0_20_0_RC1_ID:
|
||||||
return V_0_20_0_RC1;
|
return V_0_20_0_RC1;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user