File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased] - yyyy-mm-dd
8
8
9
- ## [ 5.3.0] - 2020-12-dd
9
+ ## [ 5.3.0] - 2020-12-20
10
10
11
11
- Added: NodeVisitor::getPropertyReflectionFromParserProperty
12
12
- Added: Renderer::getVariablesFromClassReflection
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ class Doctum implements ArrayAccess
49
49
public const VERSION_MAJOR = 5 ;
50
50
public const VERSION_MINOR = 3 ;
51
51
public const VERSION_PATCH = 0 ;
52
- public const IS_DEV = true ;
52
+ public const IS_DEV = false ;
53
53
54
54
//@phpstan-ignore-next-line
55
55
public const VERSION = self ::VERSION_MAJOR . '. ' . self ::VERSION_MINOR . '. ' . self ::VERSION_PATCH . (self ::IS_DEV ? '-dev ' : '' );
You can’t perform that action at this time.
0 commit comments