From c8e140548b10a4126b63c27106cb581872678e34 Mon Sep 17 00:00:00 2001 From: Luke Oliff <289678208+luke-speechify@users.noreply.github.com> Date: Wed, 19 Aug 2026 19:33:51 +0100 Subject: [PATCH] fix: align Fern-generated SDK version strings with published 4.0.0 The publish job stamps SDK_VERSION, X-Fern-SDK-Version and User-Agent from the release tag in the CI checkout only, so main kept the 3.0.2 values Fern last generated while 4.0.0 shipped correctly. Set them to 4.0.0 so the tree matches the published package. --- src/BaseClient.ts | 4 ++-- src/version.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/BaseClient.ts b/src/BaseClient.ts index 2d206f1..56fc834 100644 --- a/src/BaseClient.ts +++ b/src/BaseClient.ts @@ -63,8 +63,8 @@ export function normalizeClientOptions