From 8f962ac3ffb39c96b28244b51d63d2adf75122ed Mon Sep 17 00:00:00 2001 From: David Jeanmonod Date: Wed, 13 Dec 2023 06:33:40 +0100 Subject: [PATCH] Release of new version 1.7.3 --- CHANGELOG | 2 ++ src/Liip/RMT/Application.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 1780bf2..b818b67 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,8 @@ VERSION 1 FIRST STABLE VERSION =============================== Version 1.7 - Compatibility with Sf/Console v6 + cleanup the tests + switch to github actions + 13/12/2023 05:33 1.7.3 Compatibility with Symfony 7 + 38ec28d test symfony 7 16/10/2023 04:53 1.7.2 Replace vierbergenlars/php-semver by composer/semver bd9c3df Tentative to replace vierbergenlars/php-semver by composer/semver bcc9848 Tentative to replace vierbergenlars/php-semver by composer/semver diff --git a/src/Liip/RMT/Application.php b/src/Liip/RMT/Application.php index fca3394..b956447 100644 --- a/src/Liip/RMT/Application.php +++ b/src/Liip/RMT/Application.php @@ -11,7 +11,7 @@ namespace Liip\RMT; -define('RMT_VERSION', '1.7.2'); +define('RMT_VERSION', '1.7.3'); use Liip\RMT\Command\ChangesCommand; use Liip\RMT\Command\ReleaseCommand;