Skip to content

Commit

Permalink
[hotfix] Add 1.15 to FlinkVersion
Browse files Browse the repository at this point in the history
The upcoming version to be released need to exist already in master so that
when the new release branch is created from master the version of the release
is already there.
  • Loading branch information
matriv authored Jan 17, 2022
1 parent 556ef5d commit 1cd8801
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ public enum FlinkVersion {
v1_11("1.11"),
v1_12("1.12"),
v1_13("1.13"),
v1_14("1.14");
v1_14("1.14"),
v1_15("1.15");

private final String versionStr;

Expand Down

0 comments on commit 1cd8801

Please sign in to comment.