Skip to content

Commit

Permalink
Release v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Jun 25, 2024
1 parent d73ba43 commit 5e33eee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.courier'
artifactId = 'courier-java'
version = 'v3.1.0'
version = 'v3.1.1'
from components.java
pom {
name = 'courier'
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/courier/api/core/ClientOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ private ClientOptions(
{
put("X-Fern-Language", "JAVA");
put("X-Fern-SDK-Name", "com.courier.fern:api-sdk");
put("X-Fern-SDK-Version", "v3.1.0");
put("X-Fern-SDK-Version", "v3.1.1");
}
});
this.headerSuppliers = headerSuppliers;
Expand Down

0 comments on commit 5e33eee

Please sign in to comment.