Skip to content

Commit 15608d2

Browse files
committed
v1.0.27
- Fix an issue where user information yara rules could rarely fail to match. (#48) - Fix some other minor issuers. Changelog: v1.0.26...v1.0.27
1 parent 8dcca3a commit 15608d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wechat-dump-rs"
3-
version = "1.0.26"
3+
version = "1.0.27"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ fn cli() -> clap::Command {
10891089
use clap::{arg, value_parser, Command};
10901090

10911091
Command::new("wechat-dump-rs")
1092-
.version("1.0.26")
1092+
.version("1.0.27")
10931093
.about("A wechat db dump tool")
10941094
.author("REinject")
10951095
.help_template("{name} ({version}) - {author}\n{about}\n{all-args}")

0 commit comments

Comments
 (0)