Skip to content

Commit

Permalink
doc(slic,changelog) update date and version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Mar 30, 2023
1 parent 45c647f commit a5ba0c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion slic.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) ) ) {
Expand Down

0 comments on commit a5ba0c4

Please sign in to comment.