Skip to content

Commit ae092c1

Browse files
committed
bump version
1 parent 4837427 commit ae092c1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ You can also download a specific version, or the latest prerelease version, usin
8484

8585
```bash
8686
# Upgrade (or downgrade!) to a specific version
87-
astra upgrade --version 1.0.0-rc.6
87+
astra upgrade --version 1.0.0
8888

8989
# Upgrade to the latest prerelease version
9090
astra upgrade --pre

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616
}
1717

1818
group = "com.dtsx.astra.cli"
19-
version = "1.0.0-rc.6"
19+
version = "1.0.0"
2020

2121
val mockitoAgent = configurations.create("mockitoAgent")
2222

scripts/install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function Get-Env {
114114
}
115115

116116
# Constants
117-
$ASTRA_CLI_VERSION = "1.0.0-rc.6"
117+
$ASTRA_CLI_VERSION = "1.0.0"
118118

119119
if ($env:ASTRA_HOME) {
120120
$ASTRA_CLI_DIR = "$env:ASTRA_HOME\cli"

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ renderCommand() {
3737
}
3838

3939
# Constants
40-
ASTRA_CLI_VERSION="1.0.0-rc.6"
40+
ASTRA_CLI_VERSION="1.0.0"
4141

4242
get_astra_dir() {
4343
if [ -n "${ASTRA_HOME:-}" ]; then

src/test/resources/snapshots/AstraCli/help_output.human.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ stderr: / | \\___ \ | | | | \ //__ \_
1010
stderr: \____|__ /____ > |__| |__| (____ /
1111
stderr: \/ \/ \/
1212
stderr:
13-
stderr: Version: 1.0.0-rc.6
13+
stderr: Version: 1.0.0
1414
stdout: Documentation: https://docs.datastax.com/en/astra-cli
1515
stdout:
1616
stdout: Usage: astra [-qVv] [--no-input] [--[no-]spinner] [--dump-logs[=FILE]]

0 commit comments

Comments
 (0)