Skip to content

Commit

Permalink
Predefine branches up to 1.90
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jun 13, 2024
1 parent d8352f6 commit 21dc36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-revs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ patch_releases=(
)

releases() {
printf "%s\n" 1.{0..80}.0 ${patch_releases[@]} | sort -V
printf "%s\n" 1.{0..90}.0 ${patch_releases[@]} | sort -V
}

base=$(git rev-parse HEAD)
Expand Down

0 comments on commit 21dc36f

Please sign in to comment.