From e59d37ddb3918b7dc604c14bae87abed3f4699e6 Mon Sep 17 00:00:00 2001 From: "Remi GASCOU (Podalirius)" <79218792+p0dalirius@users.noreply.github.com> Date: Wed, 4 Oct 2023 07:47:04 +0200 Subject: [PATCH] Release 2.4.3 --- coercer/__main__.py | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/coercer/__main__.py b/coercer/__main__.py index 4153b0f..ea53c3b 100755 --- a/coercer/__main__.py +++ b/coercer/__main__.py @@ -19,7 +19,7 @@ from coercer.network.utils import can_listen_on_port -VERSION = "2.4.2" +VERSION = "2.4.3" banner = """ ______ / ____/___ ___ _____________ _____ diff --git a/pyproject.toml b/pyproject.toml index ded57a2..bf65b82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "coercer" -version = "2.4.2" +version = "2.4.3" description = "A python script to automatically coerce a Windows server to authenticate on an arbitrary machine through 15 methods." authors = ["p0dalirius"] diff --git a/setup.py b/setup.py index 4fdbb5d..d831e43 100644 --- a/setup.py +++ b/setup.py @@ -81,7 +81,7 @@ setuptools.setup( name="coercer", - version="2.4.2", + version="2.4.3", description="", url="https://github.com/p0dalirius/Coercer", author="Podalirius",