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/03/26 14:21:26 UTC

[flink-statefun] 14/14: [hotfix] Use correct branch version in docs/_config.yml

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

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

commit 2a55e56582c706af64b38d5c3dfe2ef86b23c34f
Author: Tzu-Li (Gordon) Tai <tz...@apache.org>
AuthorDate: Thu Mar 26 22:04:36 2020 +0800

    [hotfix] Use correct branch version in docs/_config.yml
---
 docs/_config.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/_config.yml b/docs/_config.yml
index a92921a..bc4177f 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -27,10 +27,10 @@
 # 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.1-SNAPSHOT"
+version: "2.0-SNAPSHOT"
 # 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.1-SNAPSHOT"
+version_title: "2.0-SNAPSHOT"
 # Branch on Github for this version
 github_branch: "master"