diff --git a/README.md b/README.md index 28b3467..c60a5de 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Add this dependency to your project's POM: io.numaproj.numaflow numaflow-java - 0.7.1 + 0.7.2 ``` @@ -35,7 +35,7 @@ Add this dependency to your project's POM: Add this dependency to your project's build file: ```groovy -compile "io.numaproj.numaflow:numaflow-java:0.7.1" +compile "io.numaproj.numaflow:numaflow-java:0.7.2" ``` ### Build diff --git a/examples/pom.xml b/examples/pom.xml index d032032..d7dc707 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -17,7 +17,7 @@ io.numaproj.numaflow numaflow-java - 0.7.1 + 0.7.2 diff --git a/pom.xml b/pom.xml index 4f6ef79..36aec89 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.numaproj.numaflow numaflow-java - 0.7.1 + 0.7.2 jar numaflow-java diff --git a/src/main/java/io/numaproj/numaflow/info/ServerInfo.java b/src/main/java/io/numaproj/numaflow/info/ServerInfo.java index d8b1e06..871955d 100644 --- a/src/main/java/io/numaproj/numaflow/info/ServerInfo.java +++ b/src/main/java/io/numaproj/numaflow/info/ServerInfo.java @@ -22,7 +22,7 @@ @AllArgsConstructor public class ServerInfo { // Specify the minimum Numaflow version required by the current SDK version - public static final String MINIMUM_NUMAFLOW_VERSION = "1.2.0-0"; + public static final String MINIMUM_NUMAFLOW_VERSION = "1.2.0-rc4"; @JsonProperty("protocol") private Protocol protocol; @JsonProperty("language")