This is an automated email from the ASF dual-hosted git repository. tzulitai pushed a commit to branch release-2.1 in repository https://gitbox.apache.org/repos/asf/flink-statefun.git
commit 90e16b1c5e485ae51aa0e2d1a3ed639778179f09 Author: Tzu-Li (Gordon) Tai <[email protected]> AuthorDate: Thu May 28 19:52:06 2020 +0800 [hotfix] [docs] Incorrect Flink version in docs config --- docs/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index 92946bc..4dabe6d 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -32,7 +32,7 @@ version: "2.1.0" # release this should be the same as the regular version version_title: "2.1" # The Flink version supported by this version of Stateful Functions -flink_version: "1.10.0" +flink_version: "1.10.1" # Branch on Github for this version github_branch: "release-2.1"
