From fdc88fc5f77d924d2784fb39271137e6f2e9cd9e Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Thu, 25 Oct 2018 06:56:00 -0400 Subject: [PATCH] bump version --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0507380a..7828bea2 100644 --- a/README.md +++ b/README.md @@ -51,14 +51,14 @@ command. **Ubuntu/Debian** ```bash -wget https://github.com/wagoodman/dive/releases/download/v0.0.5/dive_0.0.5_linux_amd64.deb -sudo apt install ./dive_0.0.5_linux_amd64.deb +wget https://github.com/wagoodman/dive/releases/download/v0.0.7/dive_0.0.7_linux_amd64.deb +sudo apt install ./dive_0.0.7_linux_amd64.deb ``` **RHEL/Centos** ```bash -wget https://github.com/wagoodman/dive/releases/download/v0.0.5/dive_0.0.5_linux_amd64.rpm -rpm -i dive_0.0.5_linux_amd64.rpm +wget https://github.com/wagoodman/dive/releases/download/v0.0.7/dive_0.0.7_linux_amd64.rpm +rpm -i dive_0.0.7_linux_amd64.rpm ``` **Mac**