Skip to content

Commit

Permalink
chore(master): release 1.33.2 (#279)
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 25, 2023
1 parent b90975f commit 1b4ca6c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.33.2](https://github.com/jm33-m0/emp3r0r/compare/v1.33.1...v1.33.2) (2023-12-25)


### Bug Fixes

* `lpe_winpeas` for Windows LPE ([a79f8a2](https://github.com/jm33-m0/emp3r0r/commit/a79f8a2b4e260dcbaa71465214acd5cd90c217af))
* `split-window -l` needs `%` to specify percentage ([266f195](https://github.com/jm33-m0/emp3r0r/commit/266f195a6ac932ea9b3000b027dc668c3008160f))
* `split-window -p &lt;size&gt;` has been deprecated in tmux newer versions ([d625d87](https://github.com/jm33-m0/emp3r0r/commit/d625d87d0ca2d2f7b4e0bf69e4decae06da037ec))
* trying to obtain output ([b90975f](https://github.com/jm33-m0/emp3r0r/commit/b90975f3ef7ec71963b1e47134bc11b13710511b))

## [1.33.1](https://github.com/jm33-m0/emp3r0r/compare/v1.33.0...v1.33.1) (2023-12-22)


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 @@ -63,7 +63,7 @@ const (

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

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

0 comments on commit 1b4ca6c

Please sign in to comment.