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/09/04 02:21:29 UTC

[flink-statefun] branch master updated: [hotfix] [docs] Upgrade Flink version in docs config

This is an automated email from the ASF dual-hosted git repository.

tzulitai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git


The following commit(s) were added to refs/heads/master by this push:
     new 09b4d4f  [hotfix] [docs] Upgrade Flink version in docs config
09b4d4f is described below

commit 09b4d4ff33756c8ad3380713ce07c336aa981bcd
Author: Tzu-Li (Gordon) Tai <tz...@apache.org>
AuthorDate: Fri Sep 4 10:20:54 2020 +0800

    [hotfix] [docs] Upgrade 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 d0cc65c..8f3fc91 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -32,7 +32,7 @@ version: "2.2-SNAPSHOT"
 # release this should be the same as the regular version
 version_title: "2.2-SNAPSHOT"
 # The Flink version supported by this version of Stateful Functions
-flink_version: "1.10.1"
+flink_version: "1.11.1"
 # Branch on Github for this version
 github_branch: "master"