We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9895696 commit 6781f88Copy full SHA for 6781f88
build.gradle
@@ -47,7 +47,7 @@ publishing {
47
maven(MavenPublication) {
48
groupId = 'com.assemblyai'
49
artifactId = 'assemblyai-java'
50
- version = '1.0.0'
+ version = '1.0.1'
51
from components.java
52
}
53
src/main/java/com/assemblyai/api/core/ClientOptions.java
@@ -29,7 +29,7 @@ private ClientOptions(
29
"X-Fern-SDK-Name",
30
"com.assemblyai.fern:api-sdk",
31
"X-Fern-SDK-Version",
32
- "1.0.0",
+ "1.0.1",
33
"X-Fern-Language",
34
"JAVA"));
35
this.headerSuppliers = headerSuppliers;
0 commit comments