diff --git a/build/installer/install.ps1 b/build/installer/install.ps1 index cdc29282..711fe78a 100644 --- a/build/installer/install.ps1 +++ b/build/installer/install.ps1 @@ -50,7 +50,7 @@ if (-Not (Test-Path $CLI_PROGRAM_PATH)) { New-Item -Path $CLI_PROGRAM_PATH -ItemType Directory } -$CLI_VERSION = "0.1.99" +$CLI_VERSION = "0.1.100" $CLI_FILE = "olares-cli-v{0}_windows_{1}.tar.gz" -f $CLI_VERSION, $arch $CLI_URL = "{0}/{1}" -f $downloadUrl, $CLI_FILE $CLI_PATH = "{0}{1}" -f $CLI_PROGRAM_PATH, $CLI_FILE diff --git a/build/installer/install.sh b/build/installer/install.sh index 7035b133..eebe7e07 100644 --- a/build/installer/install.sh +++ b/build/installer/install.sh @@ -74,7 +74,7 @@ if [ -z ${cdn_url} ]; then cdn_url="https://dc3p1870nn3cj.cloudfront.net" fi -CLI_VERSION="0.1.99" +CLI_VERSION="0.1.100" CLI_FILE="olares-cli-v${CLI_VERSION}_linux_${ARCH}.tar.gz" if [[ x"$os_type" == x"Darwin" ]]; then CLI_FILE="olares-cli-v${CLI_VERSION}_darwin_${ARCH}.tar.gz"