Skip to content

Commit

Permalink
Fix version sorting in API docs (crystal-lang#13994)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-o-e authored and Blacksmoke16 committed Dec 11, 2023
1 parent 9302768 commit f0e80b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docs-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
git tag --list | \
grep -v -E '0\.1?[0-9]\.' | \
grep '^[0-9]' | \
tac | \
sort -rV | \
awk '
BEGIN {
print "{"
Expand Down

0 comments on commit f0e80b3

Please sign in to comment.