We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b228f61 commit 1d0ebc3Copy full SHA for 1d0ebc3
1 file changed
src/main/java/io/weaviate/client6/v1/internal/VersionSupport.java
@@ -3,7 +3,7 @@
3
import java.util.Arrays;
4
5
public final class VersionSupport {
6
- public static final SemanticVersion MINIMAL_SUPPORTED_VERSION = new SemanticVersion(1, 33);
+ public static final SemanticVersion MINIMAL_SUPPORTED_VERSION = new SemanticVersion(1, 31);
7
8
/**
9
* Returns true if the {@code version} is the same as or older than the
0 commit comments