Skip to content

Commit

Permalink
Bump version to 0.11.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Oct 4, 2023
1 parent 00a9e94 commit b40d633
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion examples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//

group = "io.zenoh"
version = "0.10.0-rc"
version = "0.11.0-dev"

dependencies {
implementation(project(":zenoh-kotlin"))
Expand Down
98 changes: 49 additions & 49 deletions zenoh-jni/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion zenoh-jni/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[package]
rust-version = "1.66.1"
version = "0.10.0-dev" # Zenoh version
version = "0.11.0-dev" # Zenoh version
repository = "https://github.com/eclipse-zenoh/zenoh"
homepage = "http://zenoh.io"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion zenoh-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//

group = "io.zenoh"
version = "0.10.0-rc"
version = "0.11.0-dev"

plugins {
id("com.adarshr.test-logger") version "3.2.0"
Expand Down

0 comments on commit b40d633

Please sign in to comment.