File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ REM Get seatunnel home
22
22
set " SEATUNNEL_HOME = %~dp0 ..\"
23
23
echo Set SEATUNNEL_HOME to [%SEATUNNEL_HOME% ]
24
24
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 "
27
27
if not " %~1 " == " " set " version = %~1 "
28
28
29
29
REM Create the lib directory
Original file line number Diff line number Diff line change 23
23
# get seatunnel home
24
24
SEATUNNEL_HOME=$( cd $( dirname $0 ) ; cd ../; pwd)
25
25
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
28
28
29
29
if [ -n " $1 " ]; then
30
30
version=" $1 "
You can’t perform that action at this time.
0 commit comments