Skip to content

Commit 554b544

Browse files
committed
chore: start 5.6.0-dev
1 parent bd21156 commit 554b544

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Doctum.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
class Doctum implements ArrayAccess
5252
{
5353
public const VERSION_MAJOR = 5;
54-
public const VERSION_MINOR = 5;
55-
public const VERSION_PATCH = 1;
56-
public const IS_DEV = false;
54+
public const VERSION_MINOR = 6;
55+
public const VERSION_PATCH = 0;
56+
public const IS_DEV = true;
5757

5858
//@phpstan-ignore-next-line
5959
public const VERSION = self::VERSION_MAJOR . '.' . self::VERSION_MINOR . '.' . self::VERSION_PATCH . (self::IS_DEV ? '-dev' : '');

0 commit comments

Comments
 (0)