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 3b25653 commit cc83fd1Copy full SHA for cc83fd1
src/Doctum.php
@@ -47,9 +47,9 @@
47
class Doctum implements ArrayAccess
48
{
49
public const VERSION_MAJOR = 5;
50
- public const VERSION_MINOR = 4;
51
- public const VERSION_PATCH = 0;
52
- public const IS_DEV = false;
+ public const VERSION_MINOR = 3;
+ public const VERSION_PATCH = 2;
+ public const IS_DEV = true;
53
54
//@phpstan-ignore-next-line
55
public const VERSION = self::VERSION_MAJOR . '.' . self::VERSION_MINOR . '.' . self::VERSION_PATCH . (self::IS_DEV ? '-dev' : '');
0 commit comments