Skip to content

Commit 30ddeeb

Browse files
committed
Release 0.1.8
1 parent 908d899 commit 30ddeeb

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
@@ -40,7 +40,7 @@ publishing {
4040
maven(MavenPublication) {
4141
groupId = 'com.codecombat'
4242
artifactId = 'codecombat-java'
43-
version = '0.1.7'
43+
version = '0.1.8'
4444
from components.java
4545
}
4646
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ private ClientOptions(
2626
"X-Fern-SDK-Name",
2727
"com.codecombat.fern:api-sdk",
2828
"X-Fern-SDK-Version",
29-
"0.1.7",
29+
"0.1.8",
3030
"X-Fern-Language",
3131
"JAVA"));
3232
this.headerSuppliers = headerSuppliers;

0 commit comments

Comments
 (0)