Skip to content

Commit

Permalink
chore(master): release 1.37.7 (#331)
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 Oct 21, 2024
1 parent 030a176 commit e29d90e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.37.7](https://github.com/jm33-m0/emp3r0r/compare/v1.37.6...v1.37.7) (2024-10-21)


### Bug Fixes

* build: switch to `zstd` ([d7e1eeb](https://github.com/jm33-m0/emp3r0r/commit/d7e1eeb8d9b02c2a6e71cb8e4805e05fba8f657b))
* update deps ([f4b177f](https://github.com/jm33-m0/emp3r0r/commit/f4b177fe287448df7e3bd4d403bc037e6510c4f3))
* use trusted built-in CA pool ([8ae44f0](https://github.com/jm33-m0/emp3r0r/commit/8ae44f0eab5b1f9df8608da33861ddf4a711a0b6))

## [1.37.6](https://github.com/jm33-m0/emp3r0r/compare/v1.37.5...v1.37.6) (2024-10-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.37.6" // x-release-please-version
Version = "v1.37.7" // x-release-please-version

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

0 comments on commit e29d90e

Please sign in to comment.