Skip to content

Commit

Permalink
Bump SDK version to 2.0.0b (beta version)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbalakirev committed Dec 15, 2024
1 parent 012736a commit 4ec2a1d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can find the latest SDK version at [central repository](https://repo1.maven.
Add this dependency to your project's build file:

```groovy
implementation "com.corbado:corbado-java:2.0.0"
implementation "com.corbado:corbado-java:2.0.0b"
```

#### Maven users
Expand All @@ -38,7 +38,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.corbado</groupId>
<artifactId>corbado-java</artifactId>
<version>2.0.0</version>
<version>2.0.0b</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.0.0b
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.corbado</groupId>
<artifactId>corbado-java</artifactId>
<packaging>jar</packaging>
<version>2.0.0</version>
<version>2.0.0b</version>
<name>Corbado Java</name>
<description>Corbado Java SDK</description>
<url>https://github.com/corbado/corbado-java</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/corbado/sdk/CorbadoSdk.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@Slf4j
public class CorbadoSdk {

private static final String CURRENT_SDK_VERSION = "2.0.0";
private static final String CURRENT_SDK_VERSION = "2.0.0b";

/** The Constant CORBADO_HEADER_NAME. */
private static final String CORBADO_HEADER_NAME = "X-Corbado-SDK";
Expand Down

0 comments on commit 4ec2a1d

Please sign in to comment.