File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/main/java/com/cohere/api/core Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55 "generatorConfig" : {
66 "client-class-name" : " Cohere"
77 },
8- "originGitCommit" : " 5bd36abb3df64eb4dd528f855dedf6d6a2b4cf52 " ,
9- "sdkVersion" : " 1.7 .1"
8+ "originGitCommit" : " 40f3fd11b9fd6b445b024a2fcf6f2e67f6181147 " ,
9+ "sdkVersion" : " 1.10 .1"
1010}
Original file line number Diff line number Diff line change 4747
4848group = ' com.cohere'
4949
50- version = ' 1.7 .1'
50+ version = ' 1.10 .1'
5151
5252jar {
5353 dependsOn(" :generatePomFileForMavenPublication" )
@@ -78,7 +78,7 @@ publishing {
7878 maven(MavenPublication ) {
7979 groupId = ' com.cohere'
8080 artifactId = ' cohere-java'
81- version = ' 1.7 .1'
81+ version = ' 1.10 .1'
8282 from components. java
8383 pom {
8484 name = ' cohere'
Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ private ClientOptions(
3838 this .headers .putAll (headers );
3939 this .headers .putAll (new HashMap <String , String >() {
4040 {
41- put ("User-Agent" , "com.cohere:cohere-java/1.7 .1" );
41+ put ("User-Agent" , "com.cohere:cohere-java/1.10 .1" );
4242 put ("X-Fern-Language" , "JAVA" );
4343 put ("X-Fern-SDK-Name" , "com.cohere.fern:api-sdk" );
44- put ("X-Fern-SDK-Version" , "1.7 .1" );
44+ put ("X-Fern-SDK-Version" , "1.10 .1" );
4545 }
4646 });
4747 this .headerSuppliers = headerSuppliers ;
You can’t perform that action at this time.
0 commit comments