From 1b192a864189dc95d3ad00464aefe3c4dcbe1e1f Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot Date: Tue, 30 Apr 2024 13:55:27 +0000 Subject: [PATCH] chore: Bump version to `0.11.0-rc.2` --- version.txt | 2 +- zenoh-jni/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/version.txt b/version.txt index 19a5fa4..fe8e467 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.11.0-dev \ No newline at end of file +0.11.0-rc.2 \ No newline at end of file diff --git a/zenoh-jni/Cargo.toml b/zenoh-jni/Cargo.toml index e3148bc..e811cb9 100644 --- a/zenoh-jni/Cargo.toml +++ b/zenoh-jni/Cargo.toml @@ -14,7 +14,7 @@ [package] rust-version = "1.66.1" -version = "0.11.0-dev" # Zenoh version +version = "0.11.0-rc.2" repository = "https://github.com/eclipse-zenoh/zenoh" homepage = "http://zenoh.io" edition = "2021"