Skip to content

Commit

Permalink
updated: version
Browse files Browse the repository at this point in the history
  • Loading branch information
ProPuke committed Apr 3, 2023
1 parent 2638498 commit efd21be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ enum Verbosity {
}

const programName = import.meta.url.match(/(?:^|\/)([^\\\/\.]+)(\.[^\\\/\.]*)?$/)?.[1]||'boop';
const programVersion = `1.1.0`;
const programVersion = `1.2.0`;

const scriptName = 'tasks.boop';
let taskName = '';
Expand Down

0 comments on commit efd21be

Please sign in to comment.