fix(kimchi): bump User-Agent to kimchi/0.1.40 (#2256)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Ansh7473
2026-07-03 10:47:58 +07:00
committed by decolua
parent 602ee4054b
commit 76752a4396
3 changed files with 3 additions and 3 deletions

View File

@@ -99,7 +99,7 @@ const OAUTH_TEST_CONFIG = {
authPrefix: "Bearer ",
extraHeaders: {
Accept: "application/json",
"User-Agent": "kimchi/0.0.0",
"User-Agent": "kimchi/0.1.40",
},
refreshable: false,
},