This is an automated email from the ASF dual-hosted git repository.
tzulitai pushed a commit to branch release-2.2
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git
The following commit(s) were added to refs/heads/release-2.2 by this push:
new 44da406 [hotfix] [docs] Fix StateFun version in docs
44da406 is described below
commit 44da40637372944cb3e4245b20da8cc97c1fb0a1
Author: Tzu-Li (Gordon) Tai <[email protected]>
AuthorDate: Wed Dec 23 15:36:45 2020 +0800
[hotfix] [docs] Fix StateFun version in docs
---
docs/_config.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/_config.yml b/docs/_config.yml
index 95f64d1..de47340 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -27,12 +27,12 @@
# we change the version for the complete docs when forking of a release branch
# etc.
# The full version string as referenced in Maven (e.g. 1.2.1)
-version: "2.2.0"
+version: "2.2.1"
# For stable releases, leave the bugfix version out (e.g. 1.2). For snapshot
# release this should be the same as the regular version
version_title: "2.2"
# The Flink version supported by this version of Stateful Functions
-flink_version: "1.11.3"
+flink_version: "1.11.1"
# Branch on Github for this version
github_branch: "release-2.2"