Skip to content

Commit

Permalink
build(scripts): upgrades scripts to v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
struckchure committed Aug 20, 2024
1 parent dc8bd5d commit b376bde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/install.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Default version
$DefaultVersion = "v0.0.8"
$DefaultVersion = "v0.0.9"

# Get the version from the command line argument or use default
$Version = $args[0]
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Default version
DEFAULT_VERSION="v0.0.8"
DEFAULT_VERSION="v0.0.9"

# Get the version from the command line argument or use default
VERSION=${1:-$DEFAULT_VERSION}
Expand Down

0 comments on commit b376bde

Please sign in to comment.