File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/java/org/elasticsearch Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -94,8 +94,8 @@ public class Version implements Serializable {
9494
9595 public static final int V_0_20_0_RC1_ID = /*00*/ 200051 ;
9696 public static final Version V_0_20_0_RC1 = new Version (V_0_20_0_RC1_ID , false );
97- public static final int V_0_20_0_RC2_ID = /*00*/ 200052 ;
98- public static final Version V_0_20_0_RC2 = new Version (V_0_20_0_RC2_ID , false );
97+ public static final int V_0_20_0_ID = /*00*/ 200099 ;
98+ public static final Version V_0_20_0 = new Version (V_0_20_0_ID , false );
9999
100100 public static final int V_0_21_0_Beta1_ID = /*00*/ 210001 ;
101101 public static final Version V_0_21_0_Beta1 = new Version (V_0_21_0_Beta1_ID , true );
@@ -111,8 +111,8 @@ public static Version fromId(int id) {
111111 case V_0_21_0_Beta1_ID :
112112 return V_0_21_0_Beta1 ;
113113
114- case V_0_20_0_RC2_ID :
115- return V_0_20_0_RC2 ;
114+ case V_0_20_0_ID :
115+ return V_0_20_0 ;
116116 case V_0_20_0_RC1_ID :
117117 return V_0_20_0_RC1 ;
118118
You can’t perform that action at this time.
0 commit comments