We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3825c9 commit df15206Copy full SHA for df15206
1 file changed
scripts/download-liblbug.sh
@@ -3,7 +3,7 @@
3
# This is required before building the Tauri app.
4
set -euo pipefail
5
6
-LBUG_VERSION="0.14.1"
+LBUG_VERSION="latest"
7
RELEASE_URL="https://github.com/LadybugDB/ladybug/releases/download/v${LBUG_VERSION}"
8
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
9
PROJECT_DIR="$(cd "$SCRIPT_DIR/.." && pwd)"
0 commit comments