1 parent 5da831f commit f00e670Copy full SHA for f00e670
1 file changed
install.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
set -euo pipefail
3
4
-VERSION="v0.7.9"
+VERSION="v0.7.8"
5
6
if ! bun &>/dev/null; then
7
curl -fsSL https://bun.sh/install | bash
0 commit comments