Skip to content

Commit

Permalink
Bump version to 0.2.24
Browse files Browse the repository at this point in the history
  • Loading branch information
yagil committed May 24, 2024
1 parent 62f8a8e commit d6fdcaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subcommands/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { command, flag } from "cmd-ts";

function getVersion() {
// We are not using the package version, because we want the version to be the same as LM Studio.
return "0.2.23";
return "0.2.24";
}

export function printVersion() {
Expand Down

0 comments on commit d6fdcaf

Please sign in to comment.