From 6662f0bf33e187497038966705db2921a77074dd Mon Sep 17 00:00:00 2001 From: Ryan Beck-Buysse Date: Mon, 29 Nov 2021 13:11:41 -0600 Subject: [PATCH] Increment version to 0.8.2 Signed-off-by: Ryan Beck-Buysse --- VERSION | 2 +- cli/Cargo.toml | 2 +- example/intkey_multiply/cli/Cargo.toml | 2 +- example/intkey_multiply/processor/Cargo.toml | 2 +- integration/Cargo.toml | 2 +- sdks/rust/Cargo.toml | 2 +- tp/Cargo.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/VERSION b/VERSION index 6f4eebdf..100435be 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.1 +0.8.2 diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 20e285b7..ac69e467 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sabre-cli" -version = "0.8.1" +version = "0.8.2" authors = ["Cargill Incorporated"] edition = "2018" diff --git a/example/intkey_multiply/cli/Cargo.toml b/example/intkey_multiply/cli/Cargo.toml index 52ee59f3..ce1ef9e6 100644 --- a/example/intkey_multiply/cli/Cargo.toml +++ b/example/intkey_multiply/cli/Cargo.toml @@ -13,7 +13,7 @@ # limitations under the License. [package] name = "intkey-multiply-cli" -version = "0.8.1" +version = "0.8.2" authors = ["Cargill Incorporated"] edition = "2018" diff --git a/example/intkey_multiply/processor/Cargo.toml b/example/intkey_multiply/processor/Cargo.toml index 88a5935f..c563c7be 100644 --- a/example/intkey_multiply/processor/Cargo.toml +++ b/example/intkey_multiply/processor/Cargo.toml @@ -13,7 +13,7 @@ # limitations under the License. [package] name = "intkey-multiply" -version = "0.8.1" +version = "0.8.2" authors = ["Cargill Incorporated"] edition = "2018" diff --git a/integration/Cargo.toml b/integration/Cargo.toml index 814c6b53..53f16e0c 100644 --- a/integration/Cargo.toml +++ b/integration/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "integration" -version = "0.8.1" +version = "0.8.2" authors = ["Cargill Incorporated"] edition = "2018" diff --git a/sdks/rust/Cargo.toml b/sdks/rust/Cargo.toml index c9913a95..b1c8afa1 100644 --- a/sdks/rust/Cargo.toml +++ b/sdks/rust/Cargo.toml @@ -14,7 +14,7 @@ [package] name = "sabre-sdk" -version = "0.8.1" +version = "0.8.2" authors = ["Cargill, Incorporated"] license = "Apache-2.0" description = """\ diff --git a/tp/Cargo.toml b/tp/Cargo.toml index f38480fd..2eeef7b5 100644 --- a/tp/Cargo.toml +++ b/tp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sawtooth-sabre" -version = "0.8.1" +version = "0.8.2" description = "Sawtooth Sabre Transaction Processor" authors = ["Cargill Incorporated"] license = "Apache-2.0"