V0.11.0 release (#696)

* Update the version to 0.11.0 for non-upgradable crates

* Fix target version for the current upgrade functions

* Upgrade native client

* Upgrade socks5 client

* Upgrade mixnode

* Upgrade gateway
This commit is contained in:
Bogdan-Ștefan Neacşu
2021-07-21 16:10:27 +03:00
committed by GitHub
parent 46b49eea2f
commit 191b3c09e2
14 changed files with 209 additions and 24 deletions
+1 -1
View File
@@ -1627,7 +1627,7 @@ dependencies = [
[[package]]
name = "nym-validator-api"
version = "0.11.0-rc1"
version = "0.11.0"
dependencies = [
"anyhow",
"clap",
+1 -1
View File
@@ -3,7 +3,7 @@
[package]
name = "nym-validator-api"
version = "0.11.0-rc1"
version = "0.11.0"
authors = [
"Dave Hrycyszyn <futurechimp@users.noreply.github.com>",
"Jędrzej Stuczyński <andrew@nymtech.net>",