Skip to content

Commit

Permalink
Release 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
p0dalirius committed Oct 4, 2023
1 parent 83a1fd7 commit e59d37d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2"
VERSION = "2.4.3"

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.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"]

Expand Down
2 changes: 1 addition & 1 deletion 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.2",
version="2.4.3",
description="",
url="https://github.com/p0dalirius/Coercer",
author="Podalirius",
Expand Down

0 comments on commit e59d37d

Please sign in to comment.