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 d676bb2 commit 706a79aCopy full SHA for 706a79a
src/Doctum.php
@@ -52,7 +52,7 @@ class Doctum implements ArrayAccess
52
{
53
public const VERSION_MAJOR = 5;
54
public const VERSION_MINOR = 5;
55
- public const VERSION_PATCH = 0;
+ public const VERSION_PATCH = 1;
56
public const IS_DEV = false;
57
58
//@phpstan-ignore-next-line
0 commit comments