From 84f3aba863e475d513a8e67a3ad51aef80ed6ec2 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 23 Dec 2024 19:12:12 +0100 Subject: [PATCH] prepare version 1.8.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a23b0af..9796c8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -724,7 +724,7 @@ dependencies = [ [[package]] name = "ipblc" -version = "1.7.1" +version = "1.8.0" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 59c4b98..90509ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipblc" -version = "1.7.1" +version = "1.8.0" edition = "2021" authors = ["PaulBSD "] description = "ipblc is a tool that search and send attacking ip addresses to ipbl"