Skip to content

Commit

Permalink
v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoalves committed Nov 16, 2020
1 parent 1b0ba00 commit a333d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/levain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export async function levainCLI(): Promise<void> {
await Logger.setup();

log.info(` deno v${Deno.version.deno}`);
log.info(`levain vHEAD`);
log.info(`levain v0.0.9`);

const myArgs = parseArgs(Deno.args, {
stringOnce: [
Expand Down

0 comments on commit a333d03

Please sign in to comment.