Skip to content

Commit 3b1b3e3

Browse files
authored
[bugFix] The instal-plugin script is released with the version (apache#6299)
1 parent cd44b58 commit 3b1b3e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: bin/install-plugin.cmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ REM Get seatunnel home
2222
set "SEATUNNEL_HOME=%~dp0..\"
2323
echo Set SEATUNNEL_HOME to [%SEATUNNEL_HOME%]
2424

25-
REM Connector default version is 2.3.3, you can also choose a custom version. eg: 2.1.2: install-plugin.bat 2.1.2
26-
set "version=2.3.3"
25+
REM Connector default version is 2.3.4, you can also choose a custom version. eg: 2.1.2: install-plugin.bat 2.1.2
26+
set "version=2.3.4"
2727
if not "%~1"=="" set "version=%~1"
2828

2929
REM Create the lib directory

Diff for: bin/install-plugin.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
# get seatunnel home
2424
SEATUNNEL_HOME=$(cd $(dirname $0);cd ../;pwd)
2525

26-
# 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
27-
version=2.3.3
26+
# connector default version is 2.3.4, you can also choose a custom version. eg: 2.1.2: sh install-plugin.sh 2.1.2
27+
version=2.3.4
2828

2929
if [ -n "$1" ]; then
3030
version="$1"

0 commit comments

Comments
 (0)