From a5ba0c4e85e50d5217617a8862efb5000ac2d7da Mon Sep 17 00:00:00 2001 From: Luca Tumedei Date: Thu, 30 Mar 2023 08:55:13 +0200 Subject: [PATCH] doc(slic,changelog) update date and version to 1.3.0 --- changelog.md | 2 +- slic.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index d73d199..61b4600 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.3.0] - TBD +## [1.3.0] - 2023-03-30 * Change - Leverage Docker Compose syntax to manage network aliases and service dependencies. Clean up a remove code. * Add the `dc` command to run Docker Compose commands in the stack. diff --git a/slic.php b/slic.php index 4bb1884..295ff43 100644 --- a/slic.php +++ b/slic.php @@ -33,7 +33,7 @@ ] ); $cli_name = 'slic'; -const CLI_VERSION = '1.2.4'; +const CLI_VERSION = '1.3.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 ) ) ) {