File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/test/resources/snapshots/AstraCli Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ plugins {
1616}
1717
1818group = " com.dtsx.astra.cli"
19- version = " 1.0.0-rc.2 "
19+ version = " 1.0.0-rc.3 "
2020
2121val mockitoAgent = configurations.create(" mockitoAgent" )
2222
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ function Get-Env {
119119}
120120
121121# Constants
122- $ASTRA_CLI_VERSION = " 1.0.0-rc.2 "
122+ $ASTRA_CLI_VERSION = " 1.0.0-rc.3 "
123123
124124if ($env: ASTRA_HOME ) {
125125 $ASTRA_CLI_DIR = " $env: ASTRA_HOME \cli"
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ renderCommand() {
3737}
3838
3939# Constants
40- ASTRA_CLI_VERSION=" 1.0.0-rc.2 "
40+ ASTRA_CLI_VERSION=" 1.0.0-rc.3 "
4141
4242if [ -n " ${ASTRA_HOME:- } " ]; then
4343 ASTRA_CLI_DIR_RESOLVER=" custom"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ stderr: / | \\___ \ | | | | \ //__ \_
1010stderr: \____|__ /____ > |__| |__| (____ /
1111stderr: \/ \/ \/
1212stderr:
13- stderr: Version: 1.0.0-rc.2
13+ stderr: Version: 1.0.0-rc.3
1414stdout: Documentation: https://docs.datastax.com/en/astra-cli
1515stdout:
1616stdout: Usage: astra [-qVv] [--no-input] [--[no-]spinner] [--dump-logs[=FILE]]
You can’t perform that action at this time.
0 commit comments