Skip to content

Commit 35aa6ca

Browse files
Release 1.6.1
1 parent 2883777 commit 35aa6ca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ publishing {
4646
maven(MavenPublication) {
4747
groupId = 'com.polytomic'
4848
artifactId = 'polytomic-java'
49-
version = '1.6.0'
49+
version = '1.6.1'
5050
from components.java
5151
}
5252
}

src/main/java/com/polytomic/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.polytomic.fern:api-sdk",
3131
"X-Fern-SDK-Version",
32-
"1.6.0",
32+
"1.6.1",
3333
"X-Fern-Language",
3434
"JAVA"));
3535
this.headerSuppliers = headerSuppliers;

0 commit comments

Comments
 (0)