Skip to content

Commit f320d59

Browse files
committed
Release 2.4.2
1 parent f2addcf commit f320d59

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

coercer/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from coercer.network.utils import can_listen_on_port
2020

2121

22-
VERSION = "2.4.1-blackhat-edition"
22+
VERSION = "2.4.2"
2323

2424
banner = """ ______
2525
/ ____/___ ___ _____________ _____

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "coercer"
3-
version = "2.4.1"
3+
version = "2.4.2"
44
description = "A python script to automatically coerce a Windows server to authenticate on an arbitrary machine through 15 methods."
55
authors = ["p0dalirius"]
66

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282
setuptools.setup(
8383
name="coercer",
84-
version="2.4.1",
84+
version="2.4.2",
8585
description="",
8686
url="https://github.com/p0dalirius/Coercer",
8787
author="Podalirius",
@@ -100,6 +100,6 @@
100100
python_requires='>=3.6',
101101
install_requires=requirements,
102102
entry_points={
103-
'console_scripts': ['Coercer=coercer.__main__:main']
103+
'console_scripts': ['coercer=coercer.__main__:main']
104104
}
105105
)

0 commit comments

Comments
 (0)