From 4832739a02c418397e404da6c3e4fe680b7a4de7 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 1 Feb 2019 08:29:14 +0100 Subject: [PATCH] Prepare release --- ChangeLog.md | 2 +- src/Version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index d82e44ff9..17a25c5a0 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,7 +2,7 @@ All notable changes of the php-code-coverage 6.1 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. -## [7.0.1] - 2019-MM-DD +## [7.0.1] - 2019-02-01 ### Fixed diff --git a/src/Version.php b/src/Version.php index 6144b287b..60113d5ae 100644 --- a/src/Version.php +++ b/src/Version.php @@ -21,7 +21,7 @@ final class Version public static function id(): string { if (self::$version === null) { - $version = new VersionId('7.0.0', \dirname(__DIR__)); + $version = new VersionId('7.0.1', \dirname(__DIR__)); self::$version = $version->getVersion(); }