Skip to content

Commit

Permalink
CLDR-17293 add CLDR v44.1 to CLDR_VERSIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Dec 27, 2023
1 parent 1d94fae commit 2b7ec08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public enum CldrVersion {
v42_0,
v43_0,
v44_0,
v44_1,
/**
* @see CLDRFile#GEN_VERSION
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public enum ChartStatus {
"1.7.2", "1.8.1", "1.9.1", "2.0.1", "21.0", "22.1", "23.1", "24.0", "25.0",
"26.0", "27.0", "28.0", "29.0", "30.0", "31.0", "32.0", "33.0", "33.1", "34.0",
"35.0", "35.1", "36.0", "36.1", "37.0", "38.0", "38.1", "39.0", "40.0", "41.0",
"42.0", "43.0", "44.0"
"42.0", "43.0", "44.0", "44.1"
// add to this once the release is final!
);
public static final Set<VersionInfo> CLDR_VERSIONS_VI =
Expand Down

0 comments on commit 2b7ec08

Please sign in to comment.