From d14af39c2de5337baa659f737479bd166237511a Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot Date: Fri, 8 Nov 2024 13:19:36 +0000 Subject: [PATCH] chore: Bump version to `1.0.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 835b79670..e6d5cb833 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.0-dev \ No newline at end of file +1.0.2 \ No newline at end of file diff --git a/zenoh-jni/Cargo.toml b/zenoh-jni/Cargo.toml index 08246e283..307f4bfeb 100644 --- a/zenoh-jni/Cargo.toml +++ b/zenoh-jni/Cargo.toml @@ -14,7 +14,7 @@ [package] rust-version = "1.75.0" -version = "1.0.0-dev" +version = "1.0.2" repository = "https://github.com/eclipse-zenoh/zenoh" homepage = "http://zenoh.io" edition = "2021"