Skip to content

Commit

Permalink
doc(slic.php) update version to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume authored Mar 22, 2023
1 parent ab66e40 commit 335bbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slic.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
] );

$cli_name = 'slic';
const CLI_VERSION = '1.2.3';
const CLI_VERSION = '1.2.4';

// If the run-time option `-q`, for "quiet", is specified, then do not print the header.
if ( in_array( '-q', $argv, true ) || ( in_array( 'exec', $argv, true ) && ! in_array( 'help', $argv, true ) ) ) {
Expand Down

0 comments on commit 335bbf4

Please sign in to comment.