Skip to content

Commit

Permalink
Merge pull request #21 from GeekMasher/v0.4.0
Browse files Browse the repository at this point in the history
feat(version): v0.4.0
  • Loading branch information
GeekMasher authored Jun 20, 2024
2 parents c413b7e + 953069f commit 18840ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ghastoolkit-cli"
version = "0.3.1"
version = "0.4.0"

description = "GitHub Advanced Security Toolkit CLIt"
keywords = ["github", "security", "ghas"]
Expand All @@ -27,4 +27,4 @@ env_logger = "0.11.2"
log = "0.4.20"
tokio = { version = "1.36.0", features = ["full"] }

ghastoolkit = { path = "../core", version = "^0.3" }
ghastoolkit = { path = "../core", version = "^0.4" }
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ghastoolkit"
version = "0.3.1"
version = "0.4.0"

description = "GitHub Advanced Security Toolkit in Rust"
keywords = ["github", "security", "ghas"]
Expand Down

0 comments on commit 18840ed

Please sign in to comment.