Skip to content

Commit

Permalink
ci: fix target version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bevzzz committed Dec 9, 2024
1 parent ad6cb54 commit 024a85f
Showing 1 changed file with 2 additions and 2 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 = "stable-v1.27.7";
public static final String WEAVIATE_IMAGE = "1.27.7-8f0e033";

// to be set according to weaviate docker image
public static final String EXPECTED_WEAVIATE_VERSION = "1.27.7";
// to be set according to weaviate docker image
public static final String EXPECTED_WEAVIATE_GIT_HASH = "a6d7f16";
public static final String EXPECTED_WEAVIATE_GIT_HASH = "8f0e033";

private WeaviateVersion() {
}
Expand Down

0 comments on commit 024a85f

Please sign in to comment.