File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -117,10 +117,10 @@ function Get-Env {
117117}
118118
119119# Version (updated automatically by CI)
120- $ASTRA_CLI_VERSION = " 1.0.2-beta.3 "
120+ $ASTRA_CLI_VERSION = " 1.0.2"
121121
122122# Checksum constant (updated automatically by CI)
123- $WINDOWS_X86_64_CHECKSUM = " 37694ac4272d61471f6403d98499363e65e89b383d786bc360317365eb22a3c4 "
123+ $WINDOWS_X86_64_CHECKSUM = " ef4f7feca7c83cdf040810b877f3736239be368739b46f1a8f5da6a7783131f6 "
124124
125125if ($env: ASTRA_HOME ) {
126126 $ASTRA_CLI_DIR = " $env: ASTRA_HOME \cli"
Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ renderCommand() {
4646}
4747
4848# Version (updated automatically by CI)
49- ASTRA_CLI_VERSION=" 1.0.2-beta.3 "
49+ ASTRA_CLI_VERSION=" 1.0.2"
5050
5151# Checksum constants (updated automatically by CI)
52- LINUX_X86_64_CHECKSUM=" f844f187e97bc8aefb920a7d3a2ce91ea8ef8a13eb15d1a1bb8905482849b37b "
53- LINUX_ARM64_CHECKSUM=" d10522369aebb3e2b9fb79a4c68e2cb8bf98ad5ba1c8effe5f6648f91fc2d2b4 "
54- MACOS_X86_64_CHECKSUM=" 11585d961268b760c15a674fdefe8ebda17717249fe54893a4a6e1b54ca62c4d "
55- MACOS_ARM64_CHECKSUM=" db4e2e15b6fae1867cd2e78680614a8d9d9e633ca305ed36acff45e91f667e67 "
52+ LINUX_X86_64_CHECKSUM=" 9803787e9139ca51f52ae757a26116d2405dffba0a32a8f61093bead71ee78c6 "
53+ LINUX_ARM64_CHECKSUM=" ea94a1a729c5880139c703753b470eb61b7ac8edea2e75d30c3af0f345b7c713 "
54+ MACOS_X86_64_CHECKSUM=" 8b873dfa3c75eaa17af8fde12f30f291558a0a2a5546f775b0ef207b49450edd "
55+ MACOS_ARM64_CHECKSUM=" d868138f6714f3ed8f681283de8ff1a4c1318e592733821fbb6e75ae32547d0e "
5656
5757if [ -n " ${ASTRA_HOME:- } " ]; then
5858 ASTRA_CLI_DIR_RESOLVER=" custom"
You can’t perform that action at this time.
0 commit comments