Skip to content

Commit

Permalink
v0.3.47
Browse files Browse the repository at this point in the history
  • Loading branch information
battleoverflow committed Nov 30, 2022
1 parent a001750 commit a9a51e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion src/catherine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit a9a51e4

Please sign in to comment.