Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit efe0de6

Browse files
SDK regeneration (#19)
Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
1 parent 52b6edd commit efe0de6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ publishing {
4141
maven(MavenPublication) {
4242
groupId = 'com.assemblyai'
4343
artifactId = 'assemblyai-java'
44-
version = '0.0.3-beta'
44+
version = '0.0.4-beta'
4545
from components.java
4646
}
4747
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ private ClientOptions(
2929
"X-Fern-SDK-Name",
3030
"com.assemblyai.fern:api-sdk",
3131
"X-Fern-SDK-Version",
32-
"0.0.3-beta",
32+
"0.0.4-beta",
3333
"X-Fern-Language",
3434
"JAVA"));
3535
this.headerSuppliers = headerSuppliers;

0 commit comments

Comments
 (0)