Skip to content

Commit

Permalink
update mukti version
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Feb 17, 2022
1 parent 220880d commit 661e8c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
- name: Download mukti
run: |
mkdir -p ~/bin
curl -LsSf "https://github.com/sunshowers/mukti/releases/download/mukti-bin-0.5.0/mukti-bin-0.5.0-x86_64-unknown-linux-gnu.tar.gz" \
curl -LsSf "https://github.com/sunshowers/mukti/releases/download/mukti-bin-0.5.2/mukti-bin-0.5.2-x86_64-unknown-linux-gnu.tar.gz" \
| tar xzf - -C ~/bin
- name: Add release metadata
run: |
Expand Down
2 changes: 1 addition & 1 deletion site/src/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This page documents new features and bugfixes for cargo-nextest. Please see the [stability
policy](book/stability.md) for how versioning works with cargo-nextest.

## [0.9.5-rc.1] - 2022-02-16
## [0.9.5-rc.2] - 2022-02-16

(Temporary release) test out binary releases once again.

Expand Down

0 comments on commit 661e8c6

Please sign in to comment.