Skip to content

Commit 6194e0a

Browse files
authored
chore: Change release term in getting started guide. (#450)
1 parent 9dc65f9 commit 6194e0a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
This repo contains the AWS SDK for Kotlin and its [public roadmap](https://github.com/awslabs/aws-sdk-kotlin/projects/2)
1212

13-
**The AWS SDK for Kotlin is currently in alpha and is intended strictly for feedback purposes only. Do not use this SDK for production workloads. Refer to the SDK [stability](docs/stability.md) guidelines**
13+
**The AWS SDK for Kotlin is currently in developer preview and is intended strictly for feedback purposes only. Do not use this SDK for production workloads. Refer to the SDK [stability](docs/stability.md) guidelines**
1414

1515
## Getting Started
1616

docs/GettingStarted.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Alpha Release Quickstart
1+
# Beta Release Quickstart
22

3-
Alpha releases of the AWS SDK for Kotlin are published to Maven Central with the `-alpha` qualifier.
4-
**NOTE: Alpha releases are not meant for production workloads**.
3+
Beta releases of the AWS SDK for Kotlin are published to Maven Central with the `-beta` qualifier.
4+
**NOTE: Beta releases are not meant for production workloads**.
55
Consult the [stability guide](stability.md) for more information on SDK stability and maintenance.
66

77
1. Add the repository to your Gradle or Maven configuration

0 commit comments

Comments
 (0)