Skip to content

Commit

Permalink
Release of new version 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmonod committed Dec 13, 2023
1 parent 6755c30 commit 8f962ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Liip/RMT/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8f962ac

Please sign in to comment.