diff --git a/version.txt b/version.txt index 19a5fa4..dfdf0a0 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.11.0-dev \ No newline at end of file +0.11.0-rc.3 \ No newline at end of file diff --git a/zenoh-jni/Cargo.toml b/zenoh-jni/Cargo.toml index e3148bc..ff6002b 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.3" repository = "https://github.com/eclipse-zenoh/zenoh" homepage = "http://zenoh.io" edition = "2021"