diff --git a/CHANGELOG.md b/CHANGELOG.md index cd7d643ba..5dd887600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.39.7](https://github.com/jm33-m0/emp3r0r/compare/v1.39.6...v1.39.7) (2024-12-20) + + +### Bug Fixes + +* argv modification is not needed in Windows ([b5915c6](https://github.com/jm33-m0/emp3r0r/commit/b5915c6a1841edf3d475321229b436fb97e32190)) + ## [1.39.6](https://github.com/jm33-m0/emp3r0r/compare/v1.39.5...v1.39.6) (2024-12-20) diff --git a/core/lib/data/def.go b/core/lib/data/def.go index 9ec790ac5..494d784bd 100644 --- a/core/lib/data/def.go +++ b/core/lib/data/def.go @@ -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.6" // x-release-please-version + Version = "v1.39.7" // x-release-please-version // RShellBufSize buffer size of reverse shell stream RShellBufSize = 128