From 4c4df9c3c166fef8e2a25c0bab53841c10d5c210 Mon Sep 17 00:00:00 2001 From: Lukasz Klimek <842586+lklimek@users.noreply.github.com> Date: Thu, 25 Jul 2024 13:17:11 +0200 Subject: [PATCH] chore: release rs-tenderdash-abci 1.1.0-dev.1 for tenderdash 1.1.0-dev.3 (abci 1.1.0) --- 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 26eadee..f3711e9 100644 --- a/abci/Cargo.toml +++ b/abci/Cargo.toml @@ -1,5 +1,5 @@ [package] -version = "1.0.0" +version = "1.1.0-dev.1" name = "tenderdash-abci" edition = "2021" license = "Apache-2.0" diff --git a/proto-compiler/Cargo.toml b/proto-compiler/Cargo.toml index 33333b4..90f2b84 100644 --- a/proto-compiler/Cargo.toml +++ b/proto-compiler/Cargo.toml @@ -1,5 +1,5 @@ [package] -version = "1.0.0" +version = "1.1.0-dev.1" name = "tenderdash-proto-compiler" authors = ["Informal Systems ", "Dash Core Group"] edition = "2021" diff --git a/proto/Cargo.toml b/proto/Cargo.toml index 16fbf37..bfc08ca 100644 --- a/proto/Cargo.toml +++ b/proto/Cargo.toml @@ -1,5 +1,5 @@ [package] -version = "1.0.0" +version = "1.1.0-dev.1" name = "tenderdash-proto" edition = "2021" license = "Apache-2.0" diff --git a/proto/build.rs b/proto/build.rs index 1e652ee..908e3f1 100644 --- a/proto/build.rs +++ b/proto/build.rs @@ -4,7 +4,7 @@ use tenderdash_proto_compiler::GenerationMode; fn main() { // default Tenderdash version to use if TENDERDASH_COMMITISH is not set - const DEFAULT_VERSION: &str = "v1.0.0"; + const DEFAULT_VERSION: &str = "v1.1.0-dev.3"; // check if TENDERDASH_COMMITISH is already set; if not, set it to the current // version