Skip to content

Commit 89d41df

Browse files
committed
update version
1 parent bbcaa8c commit 89d41df

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "grep_bin"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
edition = "2021"
55
authors = ["LaBatata101 <labatata101@linuxmail.org>"]
66
description = "Searches recursively a directory or multiple files for a sequence of bytes or ASCII string."

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ README.md
3333
```
3434
$ grep_bin -h
3535
36-
grep_bin 1.2.0
3736
LaBatata101 <labatata101@linuxmail.org>
3837
Searches recursively a directory or multiple files for a sequence of bytes or ASCII string.
3938

0 commit comments

Comments
 (0)