Skip to content

Commit 4abbdf9

Browse files
committed
Update the version to 5.5.4-dev
1 parent dc6cb2e commit 4abbdf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Doctum.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ class Doctum implements ArrayAccess
5252
{
5353
public const VERSION_MAJOR = 5;
5454
public const VERSION_MINOR = 5;
55-
public const VERSION_PATCH = 3;
56-
public const IS_DEV = false;
55+
public const VERSION_PATCH = 4;
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)