We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436ee59 commit 5d18d00Copy full SHA for 5d18d00
src/PHPSemVerChecker/Configuration/LevelMapping.php
@@ -65,7 +65,7 @@ class LevelMapping
65
'V056' => Level::MAJOR,
66
'V057' => Level::MAJOR,
67
'V058' => Level::MAJOR,
68
- 'V059' => Level::PATCH,
+ 'V059' => Level::MAJOR,
69
'V060' => Level::PATCH,
70
'V061' => Level::PATCH,
71
'V062' => Level::PATCH,
0 commit comments