Skip to content

Commit

Permalink
bump cli version to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RCasatta committed Dec 3, 2020
1 parent 344aa0c commit c05594a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firma-cli"
version = "0.16.0"
version = "0.17.0"
authors = ["Riccardo Casatta <riccardo@casatta.it>"]
edition = "2018"
license = "MIT"
Expand All @@ -11,8 +11,8 @@ description = "firma-cli is a command line interface tool to create bitcoin mult
keywords = ["sign", "bitcoin", "cold", "offline", "cli"]

[dependencies]
#firma = "0.16.0"
firma = { path = "../lib" }
firma = "0.17.0"
#firma = { path = "../lib" }
structopt = "0.3.20"

[[bin]]
Expand Down

0 comments on commit c05594a

Please sign in to comment.