Skip to content

Commit

Permalink
set version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilliard committed Jun 18, 2019
1 parent ceb6c66 commit cfb3148
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mwc713"
version = "2.0.2-beta.1"
version = "2.0.2"
authors = ["vault713 devs"]
description = "A wallet that makes it easy to send, store, and swap Grin."
keywords = [ "grin", "mimblewimble", "rust", "crypto", "cryptocurrency" ]
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ impl Helper for EditorHelper {}
fn main() {
enable_ansi_support();

let matches = App::new("wallet713")
let matches = App::new("mwc713")
.version(crate_version!())
.arg(Arg::from_usage("[config-path] -c, --config=<config-path> 'the path to the config file'"))
.arg(Arg::from_usage("[log-config-path] -l, --log-config-path=<log-config-path> 'the path to the log config file'"))
Expand Down

0 comments on commit cfb3148

Please sign in to comment.