Skip to content

Commit

Permalink
Bump version number in client ID
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Jan 31, 2023
1 parent 4fcd2fd commit de85389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit de85389

Please # to comment.