Skip to content

Commit

Permalink
Set version to 0.5.0-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Nov 25, 2021
1 parent c7b06cb commit 0d15ee4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
[package]
name = "zenoh-c"
version = "0.5.0-dev"
version = "0.5.0-beta.9"
repository = "https://github.com/eclipse-zenoh/zenoh-c"
homepage = "http://zenoh.io"
authors = [
Expand All @@ -34,8 +34,8 @@ readme = "README.md"
maintenance = { status = "actively-developed" }

[dependencies]
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh" }
zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh" }
zenoh = "0.5.0-beta.9"
zenoh-util = "0.5.0-beta.9"
async-std = "=1.9.0"
futures = "0.3.12"
async-trait = "0.1.42"
Expand Down Expand Up @@ -66,7 +66,7 @@ maintainer = "[email protected]"
copyright = "2017, 2020 ADLINK Technology Inc."
section = "net"
license-file = ["LICENSE", "0"]
depends = "libzenohc (=0.5.0~dev)"
depends = "libzenohc (=0.5.0-beta.9)"
assets = [
[
"include/zenoh.h",
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
project = 'zenoh-c'
copyright = '2017, 2020 ADLINK Technology Inc'
author = 'ADLINK zenoh team'
release = '0.5.0-dev'
release = '0.5.0-beta.9'

# -- General configuration ---------------------------------------------------
master_doc = 'index'
Expand Down

0 comments on commit 0d15ee4

Please sign in to comment.