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 4e67df0 commit 184e73aCopy full SHA for 184e73a
1 file changed
src/test/java/io/weaviate/integration/client/WeaviateVersion.java
@@ -6,9 +6,9 @@ public class WeaviateVersion {
6
public static final String WEAVIATE_IMAGE = "1.33.0-rc.0";
7
8
// to be set according to weaviate docker image
9
- public static final String EXPECTED_WEAVIATE_VERSION = "1.32.0";
+ public static final String EXPECTED_WEAVIATE_VERSION = "1.32.0-rc.0";
10
11
- public static final String EXPECTED_WEAVIATE_GIT_HASH = "7cebee0";
+ public static final String EXPECTED_WEAVIATE_GIT_HASH = "7a6f802";
12
13
private WeaviateVersion() {
14
}
0 commit comments