bumped the version in the cargo.toml file

This commit is contained in:
pyro57000
2025-04-22 12:46:23 -05:00
parent f2370e463d
commit 12e5ab38d2
2 changed files with 2 additions and 2 deletions

View File

@@ -1241,7 +1241,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
[[package]]
name = "pentest_tool"
version = "0.2.0"
version = "3.1.1"
dependencies = [
"chrono",
"clearscreen",

View File

@@ -1,6 +1,6 @@
[package]
name = "pentest_tool"
version = "0.2.0"
version = "3.1.1"
edition = "2021"
[dependencies]