Skip to content

Commit cc83fd1

Browse files
committed
chore: set version to 5.3.2
1 parent 3b25653 commit cc83fd1

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
@@ -47,9 +47,9 @@
4747
class Doctum implements ArrayAccess
4848
{
4949
public const VERSION_MAJOR = 5;
50-
public const VERSION_MINOR = 4;
51-
public const VERSION_PATCH = 0;
52-
public const IS_DEV = false;
50+
public const VERSION_MINOR = 3;
51+
public const VERSION_PATCH = 2;
52+
public const IS_DEV = true;
5353

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

0 commit comments

Comments
 (0)