Skip to content

Commit a4683d6

Browse files
author
Sebastian Feldmann
committed
Prepare release 2.1.6
1 parent fd3dd8b commit a4683d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static function id()
4444
}
4545

4646
if (self::$version === null) {
47-
$version = new SebastianBergmann\Version('2.1.5', dirname(dirname(__DIR__)));
47+
$version = new SebastianBergmann\Version('2.1.6', dirname(dirname(__DIR__)));
4848
self::$version = $version->getVersion();
4949
}
5050

0 commit comments

Comments
 (0)