Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit c18b220

Browse files
committed
v1.7.0
1 parent bd7e8be commit c18b220

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zecwallet-cli"
3-
version = "1.7.0-beta2"
3+
version = "1.7.0"
44
edition = "2018"
55

66
[dependencies]

cli/src/version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pub const VERSION:&str = "1.7.0.beta2";
1+
pub const VERSION: &str = "1.7.0";

0 commit comments

Comments
 (0)