File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ if (-Not (Test-Path $CLI_PROGRAM_PATH)) {
50
50
New-Item - Path $CLI_PROGRAM_PATH - ItemType Directory
51
51
}
52
52
53
- $CLI_VERSION = " 0.1.94 "
53
+ $CLI_VERSION = " 0.1.95 "
54
54
$CLI_FILE = " olares-cli-v{0}_windows_{1}.tar.gz" -f $CLI_VERSION , $arch
55
55
$CLI_URL = " {0}/{1}" -f $downloadUrl , $CLI_FILE
56
56
$CLI_PATH = " {0}{1}" -f $CLI_PROGRAM_PATH , $CLI_FILE
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ if [ -z ${cdn_url} ]; then
74
74
cdn_url=" https://dc3p1870nn3cj.cloudfront.net"
75
75
fi
76
76
77
- CLI_VERSION=" 0.1.94 "
77
+ CLI_VERSION=" 0.1.95 "
78
78
CLI_FILE=" olares-cli-v${CLI_VERSION} _linux_${ARCH} .tar.gz"
79
79
if [[ x" $os_type " == x" Darwin" ]]; then
80
80
CLI_FILE=" olares-cli-v${CLI_VERSION} _darwin_${ARCH} .tar.gz"
You can’t perform that action at this time.
0 commit comments