diff --git a/README.md b/README.md index b550ff5..96bb364 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.4 + 0.8.0 ``` @@ -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.4" +compile "io.numaproj.numaflow:numaflow-java:0.8.0" ``` ### Build diff --git a/examples/pom.xml b/examples/pom.xml index ae8327c..55a0020 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -17,7 +17,7 @@ io.numaproj.numaflow numaflow-java - 0.7.4 + 0.8.0 diff --git a/pom.xml b/pom.xml index d3d6803..6959b05 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.numaproj.numaflow numaflow-java - 0.7.4 + 0.8.0 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 871955d..e5ba010 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-rc4"; + public static final String MINIMUM_NUMAFLOW_VERSION = "1.3.0-rc1"; @JsonProperty("protocol") private Protocol protocol; @JsonProperty("language")