Skip to content

Commit 34569d2

Browse files
committed
v0.53
1 parent 6653dbb commit 34569d2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
CHANGELOG
22
=========
33

4-
In Development
5-
--------------
4+
v0.53 (April 12, 2021)
5+
----------------------
66

77
Software updates:
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Clone this repository and checkout the tag corresponding to the most recent rele
5858

5959
$ git clone https://github.com/mail-in-a-box/mailinabox
6060
$ cd mailinabox
61-
$ git checkout v0.52
61+
$ git checkout v0.53
6262

6363
Begin the installation.
6464

setup/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ -z "$TAG" ]; then
2020
# want to display in status checks.
2121
if [ "`lsb_release -d | sed 's/.*:\s*//' | sed 's/18\.04\.[0-9]/18.04/' `" == "Ubuntu 18.04 LTS" ]; then
2222
# This machine is running Ubuntu 18.04.
23-
TAG=v0.52
23+
TAG=v0.53
2424

2525
elif [ "`lsb_release -d | sed 's/.*:\s*//' | sed 's/14\.04\.[0-9]/14.04/' `" == "Ubuntu 14.04 LTS" ]; then
2626
# This machine is running Ubuntu 14.04.

0 commit comments

Comments
 (0)