From 8e0b801ec520feb9d74a347d5970afd56037ae08 Mon Sep 17 00:00:00 2001 From: epi Date: Fri, 5 Mar 2021 06:55:00 -0600 Subject: [PATCH] bumped version to 2.3.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 207c27d..2cf32ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -633,7 +633,7 @@ dependencies = [ [[package]] name = "feroxbuster" -version = "2.2.2" +version = "2.2.3" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 00d6aa9..1ed7810 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "feroxbuster" -version = "2.2.2" +version = "2.2.3" authors = ["Ben 'epi' Risher "] license = "MIT" edition = "2018"