Skip to content

Commit 6059674

Browse files
🌿 Fern Regeneration -- October 5, 2025 (#167)
Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: dogun-anduril <[email protected]>
1 parent 85225d0 commit 6059674

File tree

6 files changed

+1783
-1695
lines changed

6 files changed

+1783
-1695
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Add the dependency in your `pom.xml` file:
3434
<dependency>
3535
<groupId>com.anduril</groupId>
3636
<artifactId>lattice-sdk</artifactId>
37-
<version>3.0.0</version>
37+
<version>3.1.0</version>
3838
</dependency>
3939
```
4040

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ java {
4848

4949
group = 'com.anduril'
5050

51-
version = '3.0.0'
51+
version = '3.1.0'
5252

5353
jar {
5454
dependsOn(":generatePomFileForMavenPublication")
@@ -79,7 +79,7 @@ publishing {
7979
maven(MavenPublication) {
8080
groupId = 'com.anduril'
8181
artifactId = 'lattice-sdk'
82-
version = '3.0.0'
82+
version = '3.1.0'
8383
from components.java
8484
pom {
8585
name = 'Anduril Industries, Inc.'

src/main/java/com/anduril/core/ClientOptions.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ private ClientOptions(
3232
this.headers.putAll(headers);
3333
this.headers.putAll(new HashMap<String, String>() {
3434
{
35-
put("User-Agent", "com.anduril:lattice-sdk/3.0.0");
35+
put("User-Agent", "com.anduril:lattice-sdk/3.1.0");
3636
put("X-Fern-Language", "JAVA");
3737
put("X-Fern-SDK-Name", "com.anduril.fern:api-sdk");
38-
put("X-Fern-SDK-Version", "3.0.0");
38+
put("X-Fern-SDK-Version", "3.1.0");
3939
}
4040
});
4141
this.headerSuppliers = headerSuppliers;

0 commit comments

Comments
 (0)