Skip to content

Commit

Permalink
fix(tric) update the version in the main file
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Dec 2, 2020
1 parent f86d68d commit bdd2a98
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 @@ -26,7 +26,7 @@ $args = args( [
] );

$cli_name = basename( $argv[0] );
const CLI_VERSION = '0.5.15';
const CLI_VERSION = '0.5.16';

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

0 comments on commit bdd2a98

Please sign in to comment.