Skip to content

Commit 4da09dc

Browse files
committed
chore: set back to dev mode, one more feature planned
1 parent 6ad0245 commit 4da09dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Doctum.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class Doctum implements ArrayAccess
5151
public const VERSION_MAJOR = 5;
5252
public const VERSION_MINOR = 4;
5353
public const VERSION_PATCH = 1;
54-
public const IS_DEV = false;
54+
public const IS_DEV = true;
5555

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

0 commit comments

Comments
 (0)