Skip to content

Commit c0f7fdd

Browse files
committed
adding v1.1.4 to the install.sh ...
1 parent db3ee1a commit c0f7fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ is_valid_mdt_version() {
157157
local detect="${1}"
158158

159159
# supported MDT versions
160-
set -- current v1.1.3 v1.1.2 v1.1.1 v1.1.0 v1.0.0
160+
set -- current v1.1.4 v1.1.3 v1.1.2 v1.1.1 v1.1.0 v1.0.0
161161
for item in "$@";
162162
do
163163
if [ "${item}" = "${detect}" ]; then

0 commit comments

Comments
 (0)