Prepare release
Автор
Sebastian Bergmann

Коммитер
Sebastian Bergmann
8 лет назад 
Файлов изменено: 2
+2
–2
8e1d239
ChangeLog-5.2.md
+1
–1
@@ -2,7 +2,7 @@ | ||
All notable changes of the PHP_CodeCoverage 5.2 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. | ||
## [5.2.3] - 2017-MM-DD | ||
## [5.2.3] - 2017-11-03 | ||
## Fixed | ||
src/Version.php
+1
–1
@@ -22,7 +22,7 @@ | ||
public static function id() | ||
{ | ||
if (self::$version === null) { | ||
$version = new VersionId('5.2.2', dirname(__DIR__)); | ||
$version = new VersionId('5.2.3', dirname(__DIR__)); | ||
self::$version = $version->getVersion(); | ||
} | ||
Cherry-pick
Команда cherry-pick позволяет выбрать отдельные коммиты из одной ветки и применить их к другой.