Skip to content

Commit

Permalink
v0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoalves committed Nov 17, 2020
1 parent 67b2cf2 commit 04f7ce5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion levain.levain.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.0.16
version: 0.0.17

cmd.install:
- copy --verbose src bin levain.cmd levain.sh ${baseDir}
Expand Down
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.17`);

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

0 comments on commit 04f7ce5

Please sign in to comment.