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

fanjia pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 9e85d1228d [Update][install-plugin.sh] Change script version to 2.3.3 
(#5348)
9e85d1228d is described below

commit 9e85d1228d0cb8a0433ac05422362ec2623506c5
Author: Tung Bui (Leo) <[email protected]>
AuthorDate: Mon Aug 21 19:10:00 2023 +0700

    [Update][install-plugin.sh] Change script version to 2.3.3 (#5348)
---
 bin/install-plugin.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/install-plugin.sh b/bin/install-plugin.sh
index cddf4ebf68..b8a1cca714 100755
--- a/bin/install-plugin.sh
+++ b/bin/install-plugin.sh
@@ -23,8 +23,8 @@
 # get seatunnel home
 SEATUNNEL_HOME=$(cd $(dirname $0);cd ../;pwd)
 
-# connector default version is 2.3.1, you can also choose a custom version. 
eg: 2.1.2:  sh install-plugin.sh 2.1.2
-version=2.3.1
+# connector default version is 2.3.3, you can also choose a custom version. 
eg: 2.1.2:  sh install-plugin.sh 2.1.2
+version=2.3.3
 
 if [ -n "$1" ]; then
     version="$1"

Reply via email to