Skip to content

Commit

Permalink
Release 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
p0dalirius committed Oct 4, 2023
1 parent f2addcf commit f320d59
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion coercer/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from coercer.network.utils import can_listen_on_port


VERSION = "2.4.1-blackhat-edition"
VERSION = "2.4.2"

banner = """ ______
/ ____/___ ___ _____________ _____
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "coercer"
version = "2.4.1"
version = "2.4.2"
description = "A python script to automatically coerce a Windows server to authenticate on an arbitrary machine through 15 methods."
authors = ["p0dalirius"]

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

setuptools.setup(
name="coercer",
version="2.4.1",
version="2.4.2",
description="",
url="https://github.com/p0dalirius/Coercer",
author="Podalirius",
Expand All @@ -100,6 +100,6 @@
python_requires='>=3.6',
install_requires=requirements,
entry_points={
'console_scripts': ['Coercer=coercer.__main__:main']
'console_scripts': ['coercer=coercer.__main__:main']
}
)

0 comments on commit f320d59

Please sign in to comment.