Skip to content

Commit 9a12bf0

Browse files
committed
chore: start 5.5.3-dev
1 parent 0e7fb35 commit 9a12bf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Doctum.php

Lines changed: 2 additions & 2 deletions
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 = 2;
56-
public const IS_DEV = false;
55+
public const VERSION_PATCH = 3;
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)