Skip to content

Commit 35c82f6

Browse files
author
sebastian
committed
docs: update version in README
1 parent be3ac92 commit 35c82f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can also use the following script for installation:
3232

3333
```bash
3434
cd "$(mktemp -d)"
35-
VERSION=v0.3.1 OS=linux ARCH=amd64; curl -L "https://github.com/olastor/age-plugin-sss/releases/download/$VERSION/age-plugin-sss-$VERSION-$OS-$ARCH.tar.gz" -o age-plugin-sss.tar.gz
35+
VERSION=v0.4.0 OS=linux ARCH=amd64; curl -L "https://github.com/olastor/age-plugin-sss/releases/download/$VERSION/age-plugin-sss-$VERSION-$OS-$ARCH.tar.gz" -o age-plugin-sss.tar.gz
3636
tar -xzf age-plugin-sss.tar.gz
3737
mv age-plugin-sss/age-plugin-sss ~/.local/bin
3838
```

0 commit comments

Comments
 (0)