Skip to content

Commit

Permalink
Update tric
Browse files Browse the repository at this point in the history
  • Loading branch information
borkweb authored Jun 24, 2020
1 parent 12c2717 commit 754a741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tric
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $args = args( [
] );

$cli_name = basename( $argv[0] );
const CLI_VERSION = '0.0.1';
const CLI_VERSION = '0.2.0';

$cli_header = implode( ' - ', [
light_cyan( $cli_name ) . ' version ' . light_cyan( CLI_VERSION ),
Expand Down

0 comments on commit 754a741

Please sign in to comment.