Skip to content

Commit 9550d8e

Browse files
committed
Mark 0.0.5 version in Normalizator.php
1 parent 1e090e6 commit 9550d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Normalizator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
class Normalizator implements NormalizatorInterface
2121
{
22-
public const VERSION = '0.0.5-dev';
22+
public const VERSION = '0.0.5';
2323

2424
public function __construct(
2525
private Configuration $configuration,

0 commit comments

Comments
 (0)