Skip to content

Commit

Permalink
chore(slic.php) set version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Dec 5, 2024
1 parent 2bbee6a commit 43c4e41
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.7.2';
const CLI_VERSION = '1.8.0';

// 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 43c4e41

Please sign in to comment.