Skip to content

Commit

Permalink
chore: release v5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
uetchy committed Oct 27, 2021
1 parent 33ab5a4 commit b4af138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ go build

```bash
VERSION=vX.X.X
make readme
npx mdmod README.md --define.version $VERSION
git add .
git commit -m "chore: release ${VERSION}"
git tag -a "$VERSION" $VERSION
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ brew install gst
Linux:

```bash
curl -L https://github.com/uetchy/gst/releases/download/v5.0.3/gst_linux_amd64 > /usr/local/bin/gst
curl -L https://github.com/uetchy/gst/releases/download/v5.0.5/gst_linux_amd64 > /usr/local/bin/gst
chmod +x /usr/local/bin/gst
```

Expand Down

0 comments on commit b4af138

Please sign in to comment.