Skip to content

Commit e59d37d

Browse files
committed
Release 2.4.3
1 parent 83a1fd7 commit e59d37d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.2"
22+
VERSION = "2.4.3"
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.2"
3+
version = "2.4.3"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282
setuptools.setup(
8383
name="coercer",
84-
version="2.4.2",
84+
version="2.4.3",
8585
description="",
8686
url="https://github.com/p0dalirius/Coercer",
8787
author="Podalirius",

0 commit comments

Comments
 (0)