Skip to content

Commit 5810df0

Browse files
update version_info.json for ion-kit 1.8.10
1 parent 87b1c8b commit 5810df0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cuda/cuda-ion-setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,6 @@ echo "Library installation completed."
128128
VERSION_INFO_FILE="$SDK_DIR/version_info.json"
129129
if [ -f "$VERSION_INFO_FILE" ]; then
130130
sed -i "s/\"ion-kit\": \"v[0-9]*\\.[0-9]*\\.[0-9]*\"/\"ion-kit\": \"$BRANCH_OR_TAG(CUDA)\"/" "$VERSION_INFO_FILE"
131+
sed -i "s/\"ion-kit\": \"[0-9]*\\.[0-9]*\\.[0-9]*\"/\"ion-kit\": \"$BRANCH_OR_TAG(CUDA)\"/" "$VERSION_INFO_FILE"
131132
echo "Updated $SDK_DIR/version_info.json"
132133
fi

0 commit comments

Comments
 (0)