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
66
77## [ Unreleased] - yyyy-mm-dd
88
9- ## [ 5.2.0] - 2020-xx-xx (Unreleased)
9+ ## [ 5.2.0] - 2020-11-29
1010
1111- Support custom composer vendor autoload files using the ENV "DOCTUM_COMPOSER_AUTOLOAD_FILE"
1212- Add function reflection & doc section in Namespace (#12 )
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ class Doctum implements ArrayAccess
4949 public const VERSION_MAJOR = 5 ;
5050 public const VERSION_MINOR = 2 ;
5151 public const VERSION_PATCH = 0 ;
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 ' : '' );
You can’t perform that action at this time.
0 commit comments