Skip to content

Commit

Permalink
chore: Bump version to 1.0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-zenoh-bot committed Oct 15, 2024
1 parent e22a311 commit 0d11454
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
[package]
name = "zenoh-c"
version = "1.0.0-dev"
version = "1.0.0-pre.11"
repository = "https://github.com/eclipse-zenoh/zenoh-c"
homepage = "http://zenoh.io"
authors = [
Expand Down Expand Up @@ -108,7 +108,7 @@ maintainer = "zenoh-dev@eclipse.org"
copyright = "2017, 2022 ZettaScale Technology"
section = "net"
license-file = ["LICENSE", "0"]
depends = "libzenohc (=1.0.0~dev-1)"
depends = "libzenohc (=1.0.0.11)"
assets = [["include/*", "usr/include/", "755"]]

[profile.dev]
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ maintainer = "zenoh-dev@eclipse.org"
copyright = "2017, 2022 ZettaScale Technology"
section = "net"
license-file = ["LICENSE", "0"]
depends = "libzenohc (=1.0.0~dev-1)"
depends = "libzenohc (=1.0.0.11)"
assets = [["include/*", "usr/include/", "755"]]

[profile.dev]
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0.0
1.0.0.11

0 comments on commit 0d11454

Please sign in to comment.