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

knaufk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit f976446f38e883e8e19c888d5fa314a6c4c9bf08
Author: Konstantin Knauf <[email protected]>
AuthorDate: Fri Oct 20 18:38:27 2023 +0200

    bump flink version to 1.18.0
---
 docs/config.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index 8bcc45550..65e4337aa 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -33,8 +33,8 @@ posts = "/:year/:month/:day/:title/"
   # The link to Flink's Jira issues
   FlinkIssuesUrl = "https://issues.apache.org/jira/projects/FLINK/issues/";
 
-  FlinkStableVersion = "1.17.0"
-  FlinkStableShortVersion = "1.17"
+  FlinkStableVersion = "1.18.0"
+  FlinkStableShortVersion = "1.18"
   StateFunStableVersion = "3.3.0"
   StateFunStableShortVersion = "3.3"
   FlinkMLStableVersion = "2.3.0"

Reply via email to