Cargo: Bump version to 0.4.0

This commit is contained in:
networkException 2024-08-16 11:03:01 +02:00
parent a3e261c49c
commit 1c1cce18d8
Signed by: networkException
GPG key ID: E3877443AE684391
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -260,7 +260,7 @@ dependencies = [
[[package]]
name = "random-file"
version = "0.1.0"
version = "0.4.0"
dependencies = [
"clap",
"env_logger",

View file

@ -1,6 +1,6 @@
[package]
name = "random-file"
version = "0.1.0"
version = "0.4.0"
edition = "2021"
authors = [ "networkException <git@nwex.de>" ]
license = "BSD-2-Clause"