Skip to content

Commit

Permalink
🌿 Fern Regeneration -- December 5, 2024 (#11)
Browse files Browse the repository at this point in the history
This PR regenerates code to match the latest API Definition.

Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
  • Loading branch information
fern-api[bot] authored Dec 5, 2024
1 parent e1a046c commit 741077b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ java {

group = 'com.ssoready'

version = '0.1.8'
version = '1.0.0'

jar {
dependsOn(":generatePomFileForMavenPublication")
Expand Down Expand Up @@ -77,7 +77,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.ssoready'
artifactId = 'ssoready-java'
version = '0.1.8'
version = '1.0.0'
from components.java
pom {
name = 'SSOReady'
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/ssoready/api/core/ClientOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ private ClientOptions(
{
put("X-Fern-Language", "JAVA");
put("X-Fern-SDK-Name", "com.ssoready.fern:api-sdk");
put("X-Fern-SDK-Version", "0.1.8");
put("X-Fern-SDK-Version", "1.0.0");
}
});
this.headerSuppliers = headerSuppliers;
Expand Down

0 comments on commit 741077b

Please sign in to comment.