diff --git a/scripts/install.ps1 b/scripts/install.ps1 index 3c1cb7d..57b118d 100644 --- a/scripts/install.ps1 +++ b/scripts/install.ps1 @@ -1,5 +1,5 @@ # Default version -$DefaultVersion = "v0.0.11" +$DefaultVersion = "v0.0.12" # 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 65ef6bf..7f76316 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -1,7 +1,7 @@ #!/bin/bash # Default version -DEFAULT_VERSION="v0.0.11" +DEFAULT_VERSION="v0.0.12" # Get the version from the command line argument or use default VERSION=${1:-$DEFAULT_VERSION}