Skip to content

Commit

Permalink
chore: release 5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Apr 21, 2021
1 parent c545744 commit 8e1076f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support `UnionType` of PHP 8
- Support `namespace {//code}` syntax for namespaces without a name

## [5.3.3] - 2021-MM-DD
## [5.3.3] - 2021-04-21

_LTS release (PHP 7.1 only)_

Expand Down
2 changes: 1 addition & 1 deletion src/Doctum.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Doctum implements ArrayAccess
public const VERSION_MAJOR = 5;
public const VERSION_MINOR = 3;
public const VERSION_PATCH = 3;
public const IS_DEV = true;
public const IS_DEV = false;

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

0 comments on commit 8e1076f

Please sign in to comment.