diff --git a/version.txt b/version.txt index 19a5fa4..9709b55 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.11.0-dev \ No newline at end of file +1.0.0-alpha.6 \ No newline at end of file diff --git a/zenoh-jni/Cargo.toml b/zenoh-jni/Cargo.toml index 883b26d..06c51c4 100644 --- a/zenoh-jni/Cargo.toml +++ b/zenoh-jni/Cargo.toml @@ -14,7 +14,7 @@ [package] rust-version = "1.75.0" -version = "0.11.0-dev" # Zenoh version +version = "1.0.0-alpha.6" repository = "https://github.com/eclipse-zenoh/zenoh" homepage = "http://zenoh.io" edition = "2021"