File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
- In Development
5
- --------------
4
+ v0.53 (April 12, 2021)
5
+ ----------------------
6
6
7
7
Software updates:
8
8
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Clone this repository and checkout the tag corresponding to the most recent rele
58
58
59
59
$ git clone https://github.com/mail-in-a-box/mailinabox
60
60
$ cd mailinabox
61
- $ git checkout v0.52
61
+ $ git checkout v0.53
62
62
63
63
Begin the installation.
64
64
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if [ -z "$TAG" ]; then
20
20
# want to display in status checks.
21
21
if [ " ` lsb_release -d | sed ' s/.*:\s*//' | sed ' s/18\.04\.[0-9]/18.04/' ` " == " Ubuntu 18.04 LTS" ]; then
22
22
# This machine is running Ubuntu 18.04.
23
- TAG=v0.52
23
+ TAG=v0.53
24
24
25
25
elif [ " ` lsb_release -d | sed ' s/.*:\s*//' | sed ' s/14\.04\.[0-9]/14.04/' ` " == " Ubuntu 14.04 LTS" ]; then
26
26
# This machine is running Ubuntu 14.04.
You can’t perform that action at this time.
0 commit comments