Skip to content

Commit

Permalink
Include the 5.5.0 tag in the final generated document (#31149)
Browse files Browse the repository at this point in the history
  • Loading branch information
linghengqian authored May 6, 2024
1 parent b4d35a5 commit d06f1b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{ $currentNode := . }}
{{ $permalink := string .Permalink }}
{{ $v5 := slice "5.4.1" "5.4.0" "5.3.2" "5.3.1" "5.3.0" "5.2.1" "5.2.0" "5.1.2" "5.1.1" "5.1.0" "5.0.0"}}
{{ $v5 := slice "5.5.0" "5.4.1" "5.4.0" "5.3.2" "5.3.1" "5.3.0" "5.2.1" "5.2.0" "5.1.2" "5.1.1" "5.1.0" "5.0.0"}}
{{ $v4 := slice "4.1.1" "4.1.0" "4.0.1" "4.0.0"}}
{{ $v3 := slice "3.1.0" "3.0.0"}}
{{ $v2 := slice "2.0.3" "2.0.2" "2.0.1" "2.0.0"}}
Expand Down

0 comments on commit d06f1b4

Please sign in to comment.