Skip to content

Commit

Permalink
Reverse order of numeric versions in versions.json
Browse files Browse the repository at this point in the history
  • Loading branch information
greenc-FNAL committed Sep 25, 2023
1 parent 6e0c121 commit 7337a2a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"git-develop" : "git-develop",
"latest" : "latest release",
"v3.08" : "3.08",
"v3.18" : "3.18",
"v3.19" : "3.19",
"v3.20" : "3.20",
"v3.21" : "3.21",
"v3.22" : "3.22"
"v3.21" : "3.21",
"v3.20" : "3.20",
"v3.19" : "3.19",
"v3.18" : "3.18",
"v3.08" : "3.08",
}

0 comments on commit 7337a2a

Please sign in to comment.