From de85389c02304b2ba59095e0f396645437f31fc4 Mon Sep 17 00:00:00 2001 From: Justin Spahr-Summers Date: Tue, 31 Jan 2023 16:19:54 +0000 Subject: [PATCH] Bump version number in client ID --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 58617b1c..2b7924f8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -14,7 +14,7 @@ export type OnSampleChange = ( export const HUMAN_PROMPT = "\n\nHuman:"; export const AI_PROMPT = "\n\nAssistant:"; -const CLIENT_ID = "anthropic-typescript/0.2.0"; +const CLIENT_ID = "anthropic-typescript/0.2.2"; const DEFAULT_API_URL = "https://api.anthropic.com"; enum Event {