Skip to content

Commit

Permalink
doc(changelog.md,slic.php) update to version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Apr 3, 2023
1 parent be72279 commit ba6dbda
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).

## [unreleased] - 2023-03-31
## [1.3.2] - 2023-04-03

* Updates slic-stack.site.yml for full site testing.
* Adds check for `site` target to refrence `slic_wp_dir()` when running commands.
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.3.1';
const CLI_VERSION = '1.3.2';

// 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 ba6dbda

Please sign in to comment.