Skip to content

Commit

Permalink
Version -> 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTas committed Nov 3, 2022
1 parent f7a16d2 commit 46fd86c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oxidizer"
version = "0.3.3"
version = "0.4.0"
authors = ["Zach Griffin (0xTas) <[email protected]>"]
description = "An attempt at reversible Batch obfuscation."
repository = "https://github.com/0xTas/0xidiz3r"
Expand All @@ -14,6 +14,7 @@ clap = { version = "4.0.18", features = ["derive"] }
rand = "0.8.5"
regex = "1.6.0"


[profile.release]
lto = true
strip = true

0 comments on commit 46fd86c

Please sign in to comment.