Skip to content

Commit 14a403d

Browse files
committed
bypass 2.13 build error
1 parent de1a3a5 commit 14a403d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/org/opensearch/ml/common/transport/register/MLRegisterModelInput.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public class MLRegisterModelInput implements ToXContentObject, Writeable {
6464

6565
private static final Version MINIMAL_SUPPORTED_VERSION_FOR_DOES_VERSION_CREATE_MODEL_GROUP = Version.V_2_11_0;
6666
private static final Version MINIMAL_SUPPORTED_VERSION_FOR_AGENT_FRAMEWORK = Version.V_2_12_0;
67-
private static final Version MINIMAL_SUPPORTED_VERSION_FOR_GUARDRAILS = Version.V_2_13_0;
67+
private static final Version MINIMAL_SUPPORTED_VERSION_FOR_GUARDRAILS = Version.V_2_12_0;
6868

6969
private FunctionName functionName;
7070
private String modelName;

0 commit comments

Comments
 (0)