Skip to content

Commit

Permalink
Merge pull request #291 from weaviate/switch-to-v1.26.0-in-tests
Browse files Browse the repository at this point in the history
Switch to Weaviate v1.26.0 in tests
  • Loading branch information
antas-marcin authored Jul 23, 2024
2 parents 2059919 + 7743091 commit 90e46d4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
public class WeaviateVersion {

// docker image version
public static final String WEAVIATE_IMAGE = "1.26.0-rc.1";
public static final String WEAVIATE_IMAGE = "1.26.0";

// to be set according to weaviate docker image
public static final String EXPECTED_WEAVIATE_VERSION = "1.26.0-rc.1";
public static final String EXPECTED_WEAVIATE_VERSION = "1.26.0";
// to be set according to weaviate docker image
public static final String EXPECTED_WEAVIATE_GIT_HASH = "1f9b2bf";
public static final String EXPECTED_WEAVIATE_GIT_HASH = "619e6ea";

private WeaviateVersion() {}
}

0 comments on commit 90e46d4

Please sign in to comment.