Skip to content

Commit

Permalink
Increment version to 0.8.2
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Beck-Buysse <[email protected]>
  • Loading branch information
rbuysse committed Nov 29, 2021
1 parent f778895 commit 6662f0b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.1
0.8.2
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sabre-cli"
version = "0.8.1"
version = "0.8.2"
authors = ["Cargill Incorporated"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion example/intkey_multiply/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion example/intkey_multiply/processor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion integration/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "integration"
version = "0.8.1"
version = "0.8.2"
authors = ["Cargill Incorporated"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion sdks/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[package]
name = "sabre-sdk"
version = "0.8.1"
version = "0.8.2"
authors = ["Cargill, Incorporated"]
license = "Apache-2.0"
description = """\
Expand Down
2 changes: 1 addition & 1 deletion tp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 6662f0b

Please sign in to comment.