Skip to content

Commit df15206

Browse files
authored
Use 'latest' instead of fixed version
1 parent e3825c9 commit df15206

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/download-liblbug.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This is required before building the Tauri app.
44
set -euo pipefail
55

6-
LBUG_VERSION="0.14.1"
6+
LBUG_VERSION="latest"
77
RELEASE_URL="https://github.com/LadybugDB/ladybug/releases/download/v${LBUG_VERSION}"
88
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
99
PROJECT_DIR="$(cd "$SCRIPT_DIR/.." && pwd)"

0 commit comments

Comments
 (0)