This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon-website.git
The following commit(s) were added to refs/heads/master by this push:
new 4fdad9696 Add 0.5
4fdad9696 is described below
commit 4fdad9696d77e80203cf478666ecf38e36de0d78
Author: Jingsong <[email protected]>
AuthorDate: Wed Sep 6 11:10:28 2023 +0800
Add 0.5
---
.github/workflows/build.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9a96b6bfa..52468a4bc 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -16,8 +16,8 @@
name: "Build website and document"
env:
- versions: ("master" "0.4") # defines what versions of document should be
updated
- latest_version: "0.4" # defines what version docs/latest links to
+ versions: ("master" "0.5") # defines what versions of document should be
updated
+ latest_version: "0.5" # defines what version docs/latest links to
on:
workflow_dispatch: