diff options
author | Daniel Schadt <kingdread@gmx.de> | 2021-11-25 13:36:15 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2021-11-25 13:36:15 +0100 |
commit | 501707334805caf4c6b319e30023c368125f621a (patch) | |
tree | 76c2ab5f0738c80e717b6e4c9953f26c8d4f0e85 /Cargo.toml | |
parent | 992c588e59b979aea26edf04654db9179a9cab39 (diff) | |
download | raidgrep-501707334805caf4c6b319e30023c368125f621a.tar.gz raidgrep-501707334805caf4c6b319e30023c368125f621a.tar.bz2 raidgrep-501707334805caf4c6b319e30023c368125f621a.zip |
bump version to 1.4.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ [package] name = "raidgrep" -version = "1.3.1" -authors = ["Daniel <kingdread@gmx.de>"] +version = "1.4.0" +authors = ["Daniel Schadt <kingdread@gmx.de>"] license = "GPL-3.0-or-later" edition = "2018" description = "An evtc searching tool, akin to find" |