Skip to content

Commit e3408d5

Browse files
authored
Fix: Changing the SDK version in auth-client.ts (#1902)
1 parent 1460102 commit e3408d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/auth-client.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export class AuthClient {
145145
const timeout = options.httpTimeout ?? 5000;
146146
if (enableTelemetry) {
147147
const name = "nextjs-auth0";
148-
const version = "4.0.0";
148+
const version = "4.0.1";
149149

150150
headers.set("User-Agent", `${name}/${version}`);
151151
headers.set(

0 commit comments

Comments
 (0)