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",