From 02e75ada75d85be04e32c59ac674674f2e273ae4 Mon Sep 17 00:00:00 2001 From: Yashash H L Date: Tue, 2 Dec 2025 14:00:54 +0530 Subject: [PATCH] chore: prepare for v0.11.0 Signed-off-by: Yashash H L --- README.md | 4 ++-- examples/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8f9b3216..371ae864 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Add this dependency to your project's POM: io.numaproj.numaflow numaflow-java - 0.10.1 + 0.11.0 ``` @@ -37,7 +37,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.10.1" +compile "io.numaproj.numaflow:numaflow-java:0.11.0" ``` ### Build diff --git a/examples/pom.xml b/examples/pom.xml index 31cca1f4..fbe326ca 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -17,7 +17,7 @@ io.numaproj.numaflow numaflow-java - 0.10.1 + 0.11.0 diff --git a/pom.xml b/pom.xml index db18e1c1..e6ed9984 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.numaproj.numaflow numaflow-java - 0.10.1 + 0.11.0 jar numaflow-java