We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a9073 commit 019ec60Copy full SHA for 019ec60
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "wechat-dump-rs"
3
-version = "1.0.16"
+version = "1.0.17"
4
edition = "2021"
5
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
src/main.rs
@@ -1060,7 +1060,7 @@ fn cli() -> clap::Command {
1060
use clap::{arg, value_parser, Command};
1061
1062
Command::new("wechat-dump-rs")
1063
- .version("1.0.16")
+ .version("1.0.17")
1064
.about("A wechat db dump tool")
1065
.author("REinject")
1066
.help_template("{name} ({version}) - {author}\n{about}\n{all-args}")
0 commit comments