Skip to content

Commit 162e509

Browse files
committed
v69b
1 parent 60a2b58 commit 162e509

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Other updates:
1616
* Added an undocumented option to proxy websockets.
1717
* Internal improvements to the code to make it more reliable and readable.
1818

19-
Version 69a released on July 21, 2024 corrects a setup failure.
19+
Version 69a (July 21, 2024) and 69b (July 23, 2024) correct setup failures.
2020

2121
Version 68 (April 1, 2024)
2222
--------------------------

setup/bootstrap.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [ -z "$TAG" ]; then
2323
if [ "$UBUNTU_VERSION" == "Ubuntu 22.04 LTS" ]; then
2424
# This machine is running Ubuntu 22.04, which is supported by
2525
# Mail-in-a-Box versions 60 and later.
26-
TAG=v69a
26+
TAG=v69b
2727
elif [ "$UBUNTU_VERSION" == "Ubuntu 18.04 LTS" ]; then
2828
# This machine is running Ubuntu 18.04, which is supported by
2929
# Mail-in-a-Box versions 0.40 through 5x.

0 commit comments

Comments
 (0)