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 aff1a9c commit 2fe874eCopy full SHA for 2fe874e
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "wechat-dump-rs"
3
-version = "1.0.14"
+version = "1.0.15"
4
edition = "2021"
5
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
src/main.rs
@@ -1009,7 +1009,7 @@ fn cli() -> clap::Command {
1009
use clap::{arg, value_parser, Command};
1010
1011
Command::new("wechat-dump-rs")
1012
- .version("1.0.14")
+ .version("1.0.15")
1013
.about("A wechat db dump tool")
1014
.author("REinject")
1015
.help_template("{name} ({version}) - {author}\n{about}\n{all-args}")
0 commit comments