Skip to content

Commit

Permalink
Add back-compat indices for 9.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHegarty committed Dec 17, 2023
1 parent f1d6d9c commit 7f75e20
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,9 @@ public void testCreateEmptyIndex() throws Exception {
"9.8.0-cfs",
"9.8.0-nocfs",
"9.9.0-cfs",
"9.9.0-nocfs"
"9.9.0-nocfs",
"9.9.1-cfs",
"9.9.1-nocfs"
};

public static String[] getOldNames() {
Expand Down Expand Up @@ -472,7 +474,8 @@ public static String[] getOldNames() {
"sorted.9.6.0",
"sorted.9.7.0",
"sorted.9.8.0",
"sorted.9.9.0"
"sorted.9.9.0",
"sorted.9.9.1"
};

public static String[] getOldSortedNames() {
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 7f75e20

Please sign in to comment.