diff --git a/changelog.md b/changelog.md index 97ae5ac..c70da38 100644 --- a/changelog.md +++ b/changelog.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -# [Unreleased] - 2024-05-27 +# [1.7.0] - 2024-06-06 * Fixed - Properly read changes and restart stack after using the `slic php-version set` command. * Added - PHP 8.3 docker images. * Change - Update GitHub action versions to remove node notices. diff --git a/slic.php b/slic.php index 0513e19..27ed35d 100644 --- a/slic.php +++ b/slic.php @@ -34,7 +34,7 @@ ] ); $cli_name = 'slic'; -const CLI_VERSION = '1.6.3'; +const CLI_VERSION = '1.7.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 ) ) ) {