From 7d518e011b40108d7d2ac1affda0feb24d2b6180 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 16:15:32 +0800 Subject: [PATCH] chore(master): release 1.33.3 (#280) 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 b1b6ee875..5db1bf288 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.33.3](https://github.com/jm33-m0/emp3r0r/compare/v1.33.2...v1.33.3) (2023-12-25) + + +### Bug Fixes + +* `go-console` fails to start winpty ([e7e2939](https://github.com/jm33-m0/emp3r0r/commit/e7e2939b572053e44d3b41c5cc6bd8635b7958f1)) + ## [1.33.2](https://github.com/jm33-m0/emp3r0r/compare/v1.33.1...v1.33.2) (2023-12-25) diff --git a/core/lib/data/def.go b/core/lib/data/def.go index 2aa23b261..e4d2f6eca 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.33.2" // x-release-please-version + Version = "v1.33.3" // x-release-please-version // RShellBufSize buffer size of reverse shell stream RShellBufSize = 128