diff --git a/scripts/install.ps1 b/scripts/install.ps1 index 1194a0f..2e3031c 100644 --- a/scripts/install.ps1 +++ b/scripts/install.ps1 @@ -1,5 +1,5 @@ # Default version -$DefaultVersion = "v0.0.14" +$DefaultVersion = "v0.0.15" # 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 df36153..91e5f4f 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -1,7 +1,7 @@ #!/bin/bash # Default version -DEFAULT_VERSION="v0.0.14" +DEFAULT_VERSION="v0.0.15" # Get the version from the command line argument or use default VERSION=${1:-$DEFAULT_VERSION}