Skip to content

Commit

Permalink
v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rafawalter committed Nov 30, 2020
1 parent dd568f5 commit e1aba91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes/levain.levain.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.5.4
version: 0.5.5

cmd.install:
- copy --verbose ../src ../bin ../extra-bin ../levain.cmd ../levain.sh ../recipes ${baseDir}
Expand Down
2 changes: 1 addition & 1 deletion src/levain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {Timer} from "./lib/timer.ts";
export async function levainCLI(myArgs: any): Promise<void> {
const __filename = path.fromFileUrl(import.meta.url);

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

log.debug("args " + JSON.stringify(myArgs));
Expand Down

0 comments on commit e1aba91

Please sign in to comment.