Skip to content

Commit 02464ec

Browse files
Release 1.15.8
1 parent 5f6037f commit 02464ec

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
@@ -50,7 +50,7 @@ publishing {
5050
maven(MavenPublication) {
5151
groupId = 'com.polytomic'
5252
artifactId = 'polytomic-java'
53-
version = '1.15.7'
53+
version = '1.15.8'
5454
from components.java
5555
pom {
5656
name = 'polytomic'

src/main/java/com/polytomic/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.polytomic.fern:api-sdk");
33-
put("X-Fern-SDK-Version", "1.15.7");
33+
put("X-Fern-SDK-Version", "1.15.8");
3434
}
3535
});
3636
this.headerSuppliers = headerSuppliers;

0 commit comments

Comments
 (0)