From f012141572617a1114dd1fecd90315057d38f6d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 14:29:44 +0800 Subject: [PATCH] chore(master): release 1.31.8 (#252) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ core/lib/data/def.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c0a2fe92..106a91c77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.31.8](https://github.com/jm33-m0/emp3r0r/compare/v1.31.7...v1.31.8) (2023-09-07) + + +### Bug Fixes + +* [#5](https://github.com/jm33-m0/emp3r0r/issues/5) `fork` not supported on `arm64` ([d962876](https://github.com/jm33-m0/emp3r0r/commit/d9628769f889c0ab8848f60daaf2c8b3065d0465)) + ## [1.31.7](https://github.com/jm33-m0/emp3r0r/compare/v1.31.6...v1.31.7) (2023-09-07) diff --git a/core/lib/data/def.go b/core/lib/data/def.go index a31c0c5f2..e4f5e5d68 100644 --- a/core/lib/data/def.go +++ b/core/lib/data/def.go @@ -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.31.7" // x-release-please-version + Version = "v1.31.8" // x-release-please-version // RShellBufSize buffer size of reverse shell stream RShellBufSize = 128