version bump

This commit is contained in:
Alex Goodman 2018-12-01 22:28:52 -05:00
parent 53b11f4ecf
commit 4f537c8652
No known key found for this signature in database
GPG Key ID: 743640FAA11698A1

View File

@ -52,14 +52,14 @@ command.
**Ubuntu/Debian** **Ubuntu/Debian**
```bash ```bash
wget https://github.com/wagoodman/dive/releases/download/v0.3.0/dive_0.3.0_linux_amd64.deb wget https://github.com/wagoodman/dive/releases/download/v0.4.0/dive_0.4.0_linux_amd64.deb
sudo apt install ./dive_0.3.0_linux_amd64.deb sudo apt install ./dive_0.4.0_linux_amd64.deb
``` ```
**RHEL/Centos** **RHEL/Centos**
```bash ```bash
curl -OL https://github.com/wagoodman/dive/releases/download/v0.3.0/dive_0.3.0_linux_amd64.rpm curl -OL https://github.com/wagoodman/dive/releases/download/v0.4.0/dive_0.4.0_linux_amd64.rpm
rpm -i dive_0.3.0_linux_amd64.rpm rpm -i dive_0.4.0_linux_amd64.rpm
``` ```
**Arch Linux** **Arch Linux**