Skip to content

Commit 8e1076f

Browse files
committed
chore: release 5.3.3
1 parent c545744 commit 8e1076f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4545
- Support `UnionType` of PHP 8
4646
- Support `namespace {//code}` syntax for namespaces without a name
4747

48-
## [5.3.3] - 2021-MM-DD
48+
## [5.3.3] - 2021-04-21
4949

5050
_LTS release (PHP 7.1 only)_
5151

src/Doctum.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class Doctum implements ArrayAccess
4949
public const VERSION_MAJOR = 5;
5050
public const VERSION_MINOR = 3;
5151
public const VERSION_PATCH = 3;
52-
public const IS_DEV = true;
52+
public const IS_DEV = false;
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)