diff --git a/Cargo.toml b/Cargo.toml index dd0e678..f75e014 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "catherine" description = "Catherine is a blue team security framework created to make retrieving data, decoding data, and overall defense operations easier" -version = "0.2.47" +version = "0.3.47" authors = ["Hifumi1337"] license = "BSD-2-Clause" categories = ["cryptography"] diff --git a/src/catherine.rs b/src/catherine.rs index 83228d6..f6e5d16 100644 --- a/src/catherine.rs +++ b/src/catherine.rs @@ -49,7 +49,7 @@ use mercy::{ extern crate ipconfig; pub(crate) static NAME: &str = "Catherine"; -pub(crate) static VERSION: &str = "0.2.47"; +pub(crate) static VERSION: &str = "0.3.47"; pub(crate) static NETSCAN_PATH: &str = ".catherine/catherine-modules/net/netscan/dist/netscan"; pub(crate) static PARSER_PATH: &str = ".catherine/catherine-modules/web/web_parser/dist/parser";