diff --git a/scripts/install.ps1 b/scripts/install.ps1 index a9bbca9..84d06ba 100644 --- a/scripts/install.ps1 +++ b/scripts/install.ps1 @@ -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] diff --git a/scripts/install.sh b/scripts/install.sh index 37e775d..115f96b 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -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}