From e18b52a7fae451d1d98d0d70b9c742830d837e99 Mon Sep 17 00:00:00 2001 From: Luca Tumedei Date: Wed, 6 Sep 2023 10:22:51 +0200 Subject: [PATCH] doc(slic.php) set version to 1.5.0 --- changelog.md | 2 +- slic.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 46b13b8..2c3605e 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). -# [1.4.5] - 2023-09-06 +# [1.5.0] - 2023-09-06 * Fix - Added `extra_hosts:"${host:-host}:host-gateway"` to slick-stack.yml for Linux compatibility, enabling Xdebug without modifying the XDH environment variable. [Ref](https://github.com/docker/for-linux/issues/264#issuecomment-785247571). # [1.4.4] - 2023-08-15 diff --git a/slic.php b/slic.php index 352b6d7..25f4668 100644 --- a/slic.php +++ b/slic.php @@ -33,7 +33,7 @@ ] ); $cli_name = 'slic'; -const CLI_VERSION = '1.4.4'; +const CLI_VERSION = '1.5.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 ) ) ) {