Skip to content

Commit

Permalink
chore(master): release 1.39.8 (#348)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 21, 2024
1 parent 2817f8b commit f63b3ac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.39.8](https://github.com/jm33-m0/emp3r0r/compare/v1.39.7...v1.39.8) (2024-12-21)


### Bug Fixes

* crash when listing module options ([32cdc3d](https://github.com/jm33-m0/emp3r0r/commit/32cdc3dd91d013021282b3e8854fa6f9ad74d1ff))
* crash when using `info` with no module selected ([a2706c9](https://github.com/jm33-m0/emp3r0r/commit/a2706c908f29113bb20b90b0e0ed6fb7054b295e))
* do not open SFTP pane in Windows ([1e6342f](https://github.com/jm33-m0/emp3r0r/commit/1e6342f0f7ef52837819705cdc76617e34f10427))
* only attemp SFTP on Linux ([fd36ff9](https://github.com/jm33-m0/emp3r0r/commit/fd36ff91c202497f0b0192111132b12ca08f8a04))
* unable to view crash log in C2 client ([152ecf5](https://github.com/jm33-m0/emp3r0r/commit/152ecf52672e7a2d93c799261087321921a080a8))

## [1.39.7](https://github.com/jm33-m0/emp3r0r/compare/v1.39.6...v1.39.7) (2024-12-20)


Expand Down
2 changes: 1 addition & 1 deletion core/lib/data/def.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const (

// Version hardcoded version string
// see https://github.com/googleapis/release-please/blob/f398bdffdae69772c61a82cd7158cca3478c2110/src/updaters/generic.ts#L30
Version = "v1.39.7" // x-release-please-version
Version = "v1.39.8" // x-release-please-version

// RShellBufSize buffer size of reverse shell stream
RShellBufSize = 128
Expand Down

0 comments on commit f63b3ac

Please sign in to comment.