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:59:48 UTC

[flink-statefun] branch master updated: [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 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 e092515  [hotfix] [docs] Incorrect Flink version in docs config
e092515 is described below

commit e09251579848a75000c5abf856da521706b0d3e9
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 9d325eb..35d5c13 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.0"
+flink_version: "1.10.1"
 # Branch on Github for this version
 github_branch: "master"