Skip to content

Commit 6c0365a

Browse files
Merge pull request #37 from adamtheturtle/adamtheturtle-patch-1
Update README.rst
2 parents d078628 + c135107 commit 6c0365a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Pre-built Linux binaries
3737

3838
.. code-block:: console
3939
40-
$ curl --fail -L https://github.com/adamtheturtle/doccmd/releases/download/2024.9.11.5/doccmd -o /usr/local/bin/doccmd && \
40+
$ curl --fail -L https://github.com/adamtheturtle/doccmd/releases/download/2024.09.14/doccmd -o /usr/local/bin/doccmd && \
4141
$ chmod +x /usr/local/bin/doccmd
4242
4343
Using ``doccmd`` as a pre-commit hook
@@ -48,7 +48,7 @@ To run ``doccmd`` with `pre-commit`_, add hooks like the following to your ``.pr
4848
.. code-block:: yaml
4949
5050
- repo: https://github.com/adamtheturtle/doccmd-pre-commit
51-
rev: v2024.9.11.5
51+
rev: v2024.09.14
5252
hooks:
5353
- id: doccmd
5454
args: ["--language", "shell", "--command", "shellcheck --shell=bash"]

0 commit comments

Comments
 (0)