Skip to content

Commit

Permalink
Revert "[hotfix] Add 1.15 to FlinkVersion"
Browse files Browse the repository at this point in the history
This reverts commit 1cd8801.
  • Loading branch information
zentol committed Jan 17, 2022
1 parent d91b667 commit 141189f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ public enum FlinkVersion {
v1_11("1.11"),
v1_12("1.12"),
v1_13("1.13"),
v1_14("1.14"),
v1_15("1.15");
v1_14("1.14");

private final String versionStr;

Expand Down

0 comments on commit 141189f

Please sign in to comment.