Skip to content

Commit e6c354c

Browse files
committed
v71a
1 parent 432b470 commit e6c354c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ CHANGELOG
44
Version 71 (January 4, 2025)
55
----------------------------
66

7+
(Version 71a was posted on January 6, 2025 and fixes a setup regression.)
8+
79
Upgrades
810

911
* Roundcube upgraded to version 1.6.9.

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=v71
26+
TAG=v71a
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)