From ac03a2cd34f1880c66cbfe5e506cb098bdd3d854 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Tue, 28 May 2024 14:43:07 +0200 Subject: [PATCH] releasing version 0.9.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 312f5e3..a132ee6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2181,7 +2181,7 @@ dependencies = [ [[package]] name = "legba" -version = "0.8.0" +version = "0.9.0" dependencies = [ "ahash 0.8.11", "ansi_term", diff --git a/Cargo.toml b/Cargo.toml index f75ef9a..6297cd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "legba" description = "A fast multi protocol credential bruteforcer/sprayer/enumerator." keywords = ["authentication", "bruteforce", "wordlist"] -version = "0.8.0" +version = "0.9.0" authors = ["Simone Margaritelli "] license = "GPL-3.0" edition = "2021"