We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9417296 commit ac58172Copy full SHA for ac58172
1 file changed
README.md
@@ -117,7 +117,7 @@ bar = [
117
2. Install keep-sorted:
118
119
```sh
120
- $ go install github.com/google/keep-sorted@v0.7.1
+ $ go install github.com/google/keep-sorted@v0.8.0
121
```
122
123
3. Run keep-sorted:
@@ -135,7 +135,7 @@ You can run keep-sorted automatically by adding this repository to your
135
136
```yaml
137
- repo: https://github.com/google/keep-sorted
138
- rev: v0.7.1
+ rev: v0.8.0
139
hooks:
140
- id: keep-sorted
141
0 commit comments