Skip to content

Commit 1d0ebc3

Browse files
committed
chore: set minimal server version to 1.31
1 parent b228f61 commit 1d0ebc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/io/weaviate/client6/v1/internal/VersionSupport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import java.util.Arrays;
44

55
public final class VersionSupport {
6-
public static final SemanticVersion MINIMAL_SUPPORTED_VERSION = new SemanticVersion(1, 33);
6+
public static final SemanticVersion MINIMAL_SUPPORTED_VERSION = new SemanticVersion(1, 31);
77

88
/**
99
* Returns true if the {@code version} is the same as or older than the

0 commit comments

Comments
 (0)