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