Skip to content

Commit

Permalink
v0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoalves committed Nov 16, 2020
1 parent b492252 commit e0ca3b1
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.13`);

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

0 comments on commit e0ca3b1

Please sign in to comment.