From 86ba24b8f6d92e6eb24c7d6aff39f9f733d307ba Mon Sep 17 00:00:00 2001 From: lklimek <842586+lklimek@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:46:59 +0100 Subject: [PATCH] build: release v0.14.0-dev.8 for tenderdash 0.14.0-dev.4 (#55) --- abci/Cargo.toml | 2 +- proto-compiler/Cargo.toml | 2 +- proto/Cargo.toml | 2 +- proto/build.rs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/abci/Cargo.toml b/abci/Cargo.toml index ce90065..b74b6ef 100644 --- a/abci/Cargo.toml +++ b/abci/Cargo.toml @@ -1,5 +1,5 @@ [package] -version = "0.14.0-dev.7" +version = "0.14.0-dev.8" name = "tenderdash-abci" edition = "2021" license = "Apache-2.0" diff --git a/proto-compiler/Cargo.toml b/proto-compiler/Cargo.toml index 2033d63..687f876 100644 --- a/proto-compiler/Cargo.toml +++ b/proto-compiler/Cargo.toml @@ -1,5 +1,5 @@ [package] -version = "0.14.0-dev.7" +version = "0.14.0-dev.8" name = "tenderdash-proto-compiler" authors = ["Informal Systems ", "Dash Core Group"] edition = "2021" diff --git a/proto/Cargo.toml b/proto/Cargo.toml index b5e1fcd..7d07991 100644 --- a/proto/Cargo.toml +++ b/proto/Cargo.toml @@ -1,5 +1,5 @@ [package] -version = "0.14.0-dev.7" +version = "0.14.0-dev.8" name = "tenderdash-proto" edition = "2021" license = "Apache-2.0" diff --git a/proto/build.rs b/proto/build.rs index a3e2fa4..2087ba7 100644 --- a/proto/build.rs +++ b/proto/build.rs @@ -2,7 +2,7 @@ use std::env; fn main() { // default Tenderdash version to use if TENDERDASH_COMMITISH is not set - const DEFAULT_VERSION: &str = "v0.14.0-dev.3"; + const DEFAULT_VERSION: &str = "v0.14.0-dev.4"; // check if TENDERDASH_COMMITISH is already set; if not, set it to the current // version