Skip to content

Commit

Permalink
Update the required antora version
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Aug 31, 2024
1 parent db2665b commit 9f9863c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

antora_version='3.1.7'
antora_version='3.1.9'
if ! antora --version | grep -Fq $antora_version; then
echo "Error: Please use Antora v$antora_version"
exit 1
Expand Down

0 comments on commit 9f9863c

Please sign in to comment.