Skip to content

Commit

Permalink
Bump version of charlie testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-casperlabs committed Sep 21, 2020
1 parent 110448f commit 4ffb611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "casper-node"
version = "0.1.0"
version = "0.1.1"
authors = ["Marc Brinkmann <[email protected]>", "Fraser Hutchison <[email protected]>"]
edition = "2018"
description = "The Casper blockchain node"
Expand Down Expand Up @@ -108,7 +108,7 @@ test = false

[package.metadata.deb]
features = ["vendored-openssl"]
revision = "3" # Increment with releases for updates to charlie data files when not version bumping casper-node.
revision = "0" # Increment with releases for updates to charlie data files when not version bumping casper-node.
assets = [
["../target/release/casper-node", "/usr/bin/casper-node", "755"],
["../target/release/casper-client", "/usr/bin/casper-client", "755"],
Expand Down

0 comments on commit 4ffb611

Please sign in to comment.