Skip to content

Commit 4974ce6

Browse files
Prepare version 5.2.0
1 parent 0e6c03b commit 4974ce6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

phpbu.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
33
<xs:annotation>
44
<xs:documentation source="http://www.phpbu.de/">
5-
This schema file defines the rules by which the XML configuration file of phpbu 5.1 may be structured.
5+
This schema file defines the rules by which the XML configuration file of phpbu 5.2 may be structured.
66
</xs:documentation>
77
</xs:annotation>
88

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function getVersionNumber() : string
8080
public static function id() : string
8181
{
8282
if (self::$version === null) {
83-
$version = new self('5.1.11', dirname(dirname(__DIR__)));
83+
$version = new self('5.2.0', dirname(dirname(__DIR__)));
8484
self::$version = $version->getVersionNumber();
8585
}
8686

tests/phpbu/VersionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
class VersionTest extends \PHPUnit\Framework\TestCase
1616
{
17-
const VERSION = '5.1';
17+
const VERSION = '5.2';
1818

1919
/**
2020
* Tests Version::createSource

0 commit comments

Comments
 (0)