diff --git a/scripts/install-hugot-cli.sh b/scripts/install-hugot-cli.sh index 0e2b6ce..d3d86a7 100755 --- a/scripts/install-hugot-cli.sh +++ b/scripts/install-hugot-cli.sh @@ -1,6 +1,6 @@ #!/bin/bash -hugot_version=v0.0.6 +hugot_version=v0.0.7 echo "Installing hugot cli version $hugot_version..." @@ -16,4 +16,4 @@ chmod +x $hugot_path echo "onnxruntime.so shared library installed at $onnxruntime_path" echo "hugot binary installed at $hugot_path" -echo "Installation complete." \ No newline at end of file +echo "Installation complete."