Skip to content

Commit

Permalink
[hotfix][release] Add 1.16 to the flink versions enum
Browse files Browse the repository at this point in the history
This closes apache#19097.
  • Loading branch information
gaoyunhaii committed Mar 16, 2022
1 parent b959371 commit cb27ee8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ public enum FlinkVersion {
v1_12("1.12"),
v1_13("1.13"),
v1_14("1.14"),
v1_15("1.15");
v1_15("1.15"),
v1_16("1.16");

private final String versionStr;

Expand Down

0 comments on commit cb27ee8

Please sign in to comment.