Skip to content

Commit

Permalink
chore: Prepare for v0.5.0 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffFaer authored Sep 27, 2024
1 parent 74cee98 commit fa250d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ bar = [
2. Install keep-sorted:

```sh
$ go install github.com/google/keep-sorted@v0.4.0
$ go install github.com/google/keep-sorted@v0.5.0
```

3. Run keep-sorted:
Expand All @@ -135,7 +135,7 @@ You can run keep-sorted automatically by adding this repository to your

```yaml
- repo: https://github.com/google/keep-sorted
rev: v0.4.0
rev: v0.5.0
hooks:
- id: keep-sorted
```
Expand Down

0 comments on commit fa250d9

Please sign in to comment.