Skip to content

Commit

Permalink
Merge pull request EmpireProject#788 from BC-SECURITY/release/5.9.5-p…
Browse files Browse the repository at this point in the history
…rivate

v5.9.5 into private-main
  • Loading branch information
vinnybod authored Feb 22, 2024
2 parents cf84d4a + 40c7950 commit 5c67945
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.9.5] - 2024-02-22

## [5.9.4] - 2024-02-17

### Fixed
Expand Down Expand Up @@ -784,7 +786,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated shellcoderdi to newest version (@Cx01N)
- Added a Nim launcher (@Hubbl3)

[Unreleased]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.9.4...HEAD
[Unreleased]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.9.5...HEAD

[5.9.5]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.9.4...v5.9.5

[5.9.4]: https://github.com/BC-SECURITY/Empire-Sponsors/compare/v5.9.3...v5.9.4

Expand Down
2 changes: 1 addition & 1 deletion empire/server/common/empire.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

from . import agents, credentials, listeners, stagers

VERSION = "5.9.4 BC Security Fork"
VERSION = "5.9.5 BC Security Fork"

log = logging.getLogger(__name__)

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 = "empire-bc-security-fork"
version = "5.9.4"
version = "5.9.5"
description = ""
authors = ["BC Security <info@bc-security.org>"]
readme = "README.md"
Expand Down

0 comments on commit 5c67945

Please sign in to comment.