You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tz...@apache.org on 2020/05/28 11:56:23 UTC

[flink-statefun] 02/02: [hotfix] [docs] Incorrect Flink version in docs config

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 <tz...@apache.org>
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"