Skip to content

Commit d372d5e

Browse files
committed
test: keep calm and update expected git hash once more
1 parent 166c7d5 commit d372d5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/io/weaviate/integration/client/WeaviateVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class WeaviateVersion {
88
// to be set according to weaviate docker image
99
public static final String EXPECTED_WEAVIATE_VERSION = "1.33.0-rc.0";
1010
// to be set according to weaviate docker image
11-
public static final String EXPECTED_WEAVIATE_GIT_HASH = "7a6f802";
11+
public static final String EXPECTED_WEAVIATE_GIT_HASH = "15c08c7";
1212

1313
private WeaviateVersion() {
1414
}

0 commit comments

Comments
 (0)