Replace references to 0.4.0 with 0.5.0

stable
Ana Gelez 4 years ago
parent 3239b703ee
commit 1f46bc8953

@ -9,7 +9,7 @@ You will need to have `wget` installed for this method to work.
To download and install the latest release, first define the following variables in your shell:
- `PLUME_VERSION`: the Plume version to install. The latest is `0.4.0-alpha-4`.
- `PLUME_VERSION`: the Plume version to install. The latest is `0.5.0`.
- `PLUME_DB`: the database backend to use. Either `postgres` or `sqlite`.
Then run these commands:

@ -2,7 +2,7 @@
title: Updating with Docker
---
To update your dockerized Plume instance, replace the version tag with `v0.4.0` in your `docker-compose.yml`
To update your dockerized Plume instance, replace the version tag with `v0.5.0` in your `docker-compose.yml`
Then, run:
```bash

@ -6,7 +6,7 @@ Prebuilt binaries are only available for 64 bits Linux machines.
You'll need to define these two variables in your shell first:
- `PLUME_VERSION`: the Plume version to install. The latest is `0.4.0-alpha-4`.
- `PLUME_VERSION`: the Plume version to install. The latest is `0.5.0`.
- `PLUME_DB`: the database backend to use. Either `postgres` or `sqlite`.
Then run these commands:

Loading…
Cancel
Save