Skip to content

Commit

Permalink
bump dvm version
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Jun 30, 2020
1 parent 419588f commit 95ec5ad
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 cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dvm-cli"
version = "0.4.0"
version = "0.5.0"
authors = [
"Alex Koz. <[email protected]>",
"Dm. Yakushev <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion cli/src/bin/dvm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const MODULE_CACHE: usize = 1000;
/// powered by gRPC interface on top of TCP/IPC.
/// API described in protobuf schemas: https://github.com/dfinance/dvm-proto
#[derive(Debug, Clone, Clap)]
#[clap(name = "dvm")]
#[clap(name = "dvm", version = "0.5.0")]
#[clap(verbatim_doc_comment)]
struct Options {
/// Address in the form of HOST_ADDRESS:PORT.
Expand Down

0 comments on commit 95ec5ad

Please sign in to comment.