You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by pn...@apache.org on 2020/07/06 18:23:26 UTC

[flink-docker] 01/02: [FLINK-18497] Update the latest version to 1.11

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

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

commit be3acf9f657e82c2f0e769b5fe6ca9104d50b64d
Author: Piotr Nowojski <pi...@gmail.com>
AuthorDate: Mon Jul 6 13:36:19 2020 +0200

    [FLINK-18497] Update the latest version to 1.11
---
 generate-stackbrew-library.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/generate-stackbrew-library.sh b/generate-stackbrew-library.sh
index c0f811c..965045c 100755
--- a/generate-stackbrew-library.sh
+++ b/generate-stackbrew-library.sh
@@ -9,7 +9,7 @@
 set -eu
 
 declare -A aliases=(
-    [1.10]='latest'
+    [1.11]='latest'
 )
 
 self="$(basename "$BASH_SOURCE")"