From 4f537c865286bcc480c28bdbb22fb5872fec8dee Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Sat, 1 Dec 2018 22:28:52 -0500 Subject: [PATCH] version bump --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 588ba1e..52ee1e8 100644 --- a/README.md +++ b/README.md @@ -52,14 +52,14 @@ command. **Ubuntu/Debian** ```bash -wget https://github.com/wagoodman/dive/releases/download/v0.3.0/dive_0.3.0_linux_amd64.deb -sudo apt install ./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.4.0_linux_amd64.deb ``` **RHEL/Centos** ```bash -curl -OL https://github.com/wagoodman/dive/releases/download/v0.3.0/dive_0.3.0_linux_amd64.rpm -rpm -i 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.4.0_linux_amd64.rpm ``` **Arch Linux**