Skip to content

Commit 741077b

Browse files
🌿 Fern Regeneration -- December 5, 2024 (#11)
This PR regenerates code to match the latest API Definition. Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
1 parent e1a046c commit 741077b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ java {
4646

4747
group = 'com.ssoready'
4848

49-
version = '0.1.8'
49+
version = '1.0.0'
5050

5151
jar {
5252
dependsOn(":generatePomFileForMavenPublication")
@@ -77,7 +77,7 @@ publishing {
7777
maven(MavenPublication) {
7878
groupId = 'com.ssoready'
7979
artifactId = 'ssoready-java'
80-
version = '0.1.8'
80+
version = '1.0.0'
8181
from components.java
8282
pom {
8383
name = 'SSOReady'

src/main/java/com/ssoready/api/core/ClientOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ private ClientOptions(
3030
{
3131
put("X-Fern-Language", "JAVA");
3232
put("X-Fern-SDK-Name", "com.ssoready.fern:api-sdk");
33-
put("X-Fern-SDK-Version", "0.1.8");
33+
put("X-Fern-SDK-Version", "1.0.0");
3434
}
3535
});
3636
this.headerSuppliers = headerSuppliers;

0 commit comments

Comments
 (0)