Increment quota version to 0.19-beta
This commit is contained in:
parent
0bef62743c
commit
a05a33051e
10
README.md
10
README.md
|
@ -21,7 +21,7 @@ Please report any bugs on github.
|
|||
|
||||
|
||||
Installing v0.42b-quota
|
||||
----------------------
|
||||
-----------------------
|
||||
|
||||
To install the latest version, log into your box and execute the following commands:
|
||||
|
||||
|
@ -35,7 +35,7 @@ The default quota is set to `0` which means unlimited. If you want to set a dif
|
|||
|
||||
|
||||
Upgrading v0.4x to v.0.42b-quota
|
||||
-------------------------------
|
||||
--------------------------------
|
||||
|
||||
This is experimental software. You have been warned.
|
||||
|
||||
|
@ -51,7 +51,7 @@ This is experimental software. You have been warned.
|
|||
|
||||
|
||||
Upgrading MiaB with quotas to a New Version
|
||||
---------------------------------------
|
||||
-------------------------------------------
|
||||
|
||||
* `cd` into the `mailinabox` directory.
|
||||
|
||||
|
@ -69,6 +69,10 @@ Issues
|
|||
Changes
|
||||
-------
|
||||
|
||||
### v0.43-quota-0.19-beta
|
||||
|
||||
* Add user quota API documentation to the mail users page
|
||||
|
||||
### v0.43-quota-0.18-beta
|
||||
|
||||
* Update to v0.43 of Mail-in-a-Box
|
||||
|
|
|
@ -20,7 +20,7 @@ if [ -z "$TAG" ]; then
|
|||
# want to display in status checks.
|
||||
if [ "`lsb_release -d | sed 's/.*:\s*//' | sed 's/18\.04\.[0-9]/18.04/' `" == "Ubuntu 18.04 LTS" ]; then
|
||||
# This machine is running Ubuntu 18.04.
|
||||
TAG=v0.43-quota-0.18-beta
|
||||
TAG=v0.43-quota-0.19-beta
|
||||
|
||||
elif [ "`lsb_release -d | sed 's/.*:\s*//' | sed 's/14\.04\.[0-9]/14.04/' `" == "Ubuntu 14.04 LTS" ]; then
|
||||
# This machine is running Ubuntu 14.04.
|
||||
|
|
Loading…
Reference in New Issue