Skip to content

Commit 627e984

Browse files
committed
chore: set version to 2.1.6
1 parent 3c15a36 commit 627e984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slic.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
] );
5555

5656
$cli_name = 'slic';
57-
const CLI_VERSION = '2.1.5';
57+
const CLI_VERSION = '2.1.6';
5858

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

0 commit comments

Comments
 (0)