Skip to content

Commit

Permalink
Update install-hugot-cli.sh
Browse files Browse the repository at this point in the history
up cli version in installer script
  • Loading branch information
riccardopinosio authored Mar 20, 2024
1 parent 504ab1f commit 7e5ca25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install-hugot-cli.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

hugot_version=v0.0.6
hugot_version=v0.0.7

echo "Installing hugot cli version $hugot_version..."

Expand All @@ -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."
echo "Installation complete."

0 comments on commit 7e5ca25

Please sign in to comment.