Skip to content

Commit 60528f7

Browse files
committed
Revert unneeded MLConfigVersion change
1 parent d67d5d3 commit 60528f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ml/MlConfigVersion.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,13 +153,12 @@ private static void checkUniqueness(int id, String uniqueId) {
153153
// V_11 is used in ELSER v2 package configs
154154
public static final MlConfigVersion V_11 = registerMlConfigVersion(11_00_0_0_99, "79CB2950-57C7-11EE-AE5D-0800200C9A66");
155155
public static final MlConfigVersion V_12 = registerMlConfigVersion(12_00_0_0_99, "Trained model config prefix strings added");
156-
public static final MlConfigVersion V_13 = registerMlConfigVersion(13_00_0_0_99, "Anomaly Detection reports actual memory usage");
157156

158157
/**
159158
* Reference to the most recent Ml config version.
160159
* This should be the Ml config version with the highest id.
161160
*/
162-
public static final MlConfigVersion CURRENT = V_13;
161+
public static final MlConfigVersion CURRENT = V_12;
163162

164163
/**
165164
* Reference to the first MlConfigVersion that is detached from the

0 commit comments

Comments
 (0)