diff --git a/package.json b/package.json index 5ddd776..3265368 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@anduril-industries/lattice-sdk", - "version": "2.4.0", + "version": "2.5.0", "private": false, "repository": "github:anduril/lattice-sdk-javascript", "license": "See LICENSE", diff --git a/src/Client.ts b/src/Client.ts index f97a076..25befb9 100644 --- a/src/Client.ts +++ b/src/Client.ts @@ -46,8 +46,8 @@ export class LatticeClient { { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@anduril-industries/lattice-sdk", - "X-Fern-SDK-Version": "2.4.0", - "User-Agent": "@anduril-industries/lattice-sdk/2.4.0", + "X-Fern-SDK-Version": "2.5.0", + "User-Agent": "@anduril-industries/lattice-sdk/2.5.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/version.ts b/src/version.ts index da75217..b54c0db 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const SDK_VERSION = "2.4.0"; +export const SDK_VERSION = "2.5.0";