Skip to content

Commit

Permalink
[hotfix][release] Add 1.17 to the flink version enum
Browse files Browse the repository at this point in the history
  • Loading branch information
HuangXingBo committed Sep 5, 2022
1 parent c95aeb6 commit 88779db
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ public enum FlinkVersion {
v1_13("1.13"),
v1_14("1.14"),
v1_15("1.15"),
v1_16("1.16");
v1_16("1.16"),
v1_17("1.17");

private final String versionStr;

Expand Down

0 comments on commit 88779db

Please sign in to comment.