Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattvr committed Mar 9, 2024
1 parent 2cf5bde commit 17ee121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/data.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ChatCompletionRequest } from "./ai.ts";
import { genDescriptiveNameForChat } from "./prompts.ts";

export const VERSION = "0.3.7";
export const VERSION = "0.3.8";
export const AUTO_UPDATE_PROBABILITY = 0.1;

export type Config = {
Expand Down

0 comments on commit 17ee121

Please sign in to comment.