summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Goodman <wagoodman@gmail.com>2018-12-03 11:16:52 -0500
committerAlex Goodman <wagoodman@gmail.com>2018-12-03 11:16:52 -0500
commit910c33fdf0889e925e8b423a6f94ddccd9df5be7 (patch)
tree1f969f277a496d1e434e6262ea7571001df61845
parentfbd2214a511df1dc8efdd6641072cd07c23e6bb5 (diff)
bump patch version in docsv0.4.1
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 60c01f5..2b47b64 100644
--- a/README.md
+++ b/README.md
@@ -52,14 +52,14 @@ command.
**Ubuntu/Debian**
```bash
-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
+wget https://github.com/wagoodman/dive/releases/download/v0.4.1/dive_0.4.1_linux_amd64.deb
+sudo apt install ./dive_0.4.1_linux_amd64.deb
```
**RHEL/Centos**
```bash
-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
+curl -OL https://github.com/wagoodman/dive/releases/download/v0.4.1/dive_0.4.1_linux_amd64.rpm
+rpm -i dive_0.4.1_linux_amd64.rpm
```
**Arch Linux**
@@ -78,11 +78,11 @@ The above example assumes [`yay`](https://aur.archlinux.org/packages/yay/) as th
brew tap wagoodman/dive
brew install dive
```
-or download the latest Darwin build from the [releases page](https://github.com/wagoodman/dive/releases/download/v0.4.0/dive_0.4.0_darwin_amd64.tar.gz).
+or download the latest Darwin build from the [releases page](https://github.com/wagoodman/dive/releases/download/v0.4.1/dive_0.4.1_darwin_amd64.tar.gz).
**Windows**
-Download the [latest release](https://github.com/wagoodman/dive/releases/download/v0.4.0/dive_0.4.0_windows_amd64.zip).
+Download the [latest release](https://github.com/wagoodman/dive/releases/download/v0.4.1/dive_0.4.1_windows_amd64.zip).
**Go tools**
```bash