diff --git a/Cargo.toml b/Cargo.toml index ed642b1..333e6ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,6 @@ license = { workspace = true } path = "" [workspace.package] -version = "0.1.1" authors = ["LogCraft "] edition = "2021" license = "MPL-2.0" diff --git a/sentinel/Cargo.toml b/sentinel/Cargo.toml index f1110e7..d1cb73a 100644 --- a/sentinel/Cargo.toml +++ b/sentinel/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "sentinel" description = "LogCraft CLI Sentinel plugin" -version.workspace = true +version = "0.1.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/splunk/Cargo.toml b/splunk/Cargo.toml index a5b6a6b..bcb9442 100644 --- a/splunk/Cargo.toml +++ b/splunk/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "splunk" description = "LogCraft CLI Splunk plugin" -version.workspace = true +version = "0.1.1" authors.workspace = true edition.workspace = true license.workspace = true