Skip to content

Commit

Permalink
Update download.sh to use 2.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler authored Apr 29, 2024
1 parent ac6f463 commit 5bee64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
FOLDER=${1:-}
TEMPLATE_VERSION=2.0.0-beta.2
TEMPLATE_VERSION=2.0.0-beta.3

if [[ -z "$FOLDER" ]]; then
echo "Missing folder name"
Expand Down

0 comments on commit 5bee64a

Please sign in to comment.