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 8dcca3a commit 15608d2Copy full SHA for 15608d2
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "wechat-dump-rs"
3
-version = "1.0.26"
+version = "1.0.27"
4
edition = "2021"
5
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
src/main.rs
@@ -1089,7 +1089,7 @@ fn cli() -> clap::Command {
1089
use clap::{arg, value_parser, Command};
1090
1091
Command::new("wechat-dump-rs")
1092
- .version("1.0.26")
+ .version("1.0.27")
1093
.about("A wechat db dump tool")
1094
.author("REinject")
1095
.help_template("{name} ({version}) - {author}\n{about}\n{all-args}")
0 commit comments