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.1.0] - 2020-mm-dd
9+ ## [ 5.1.0] - 2020-08-29
1010- Allow symfony/* ~ 3.4 versions
1111- Support ` --ignore-parse-errors ` to have an exit code 0.
1212- Add more PHP typehints on the code-base.
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ class Doctum extends Container
4242 public const VERSION_MAJOR = 5 ;
4343 public const VERSION_MINOR = 1 ;
4444 public const VERSION_PATCH = 0 ;
45- public const IS_DEV = true ;
45+ public const IS_DEV = false ;
4646
4747 //@phpstan-ignore-next-line
4848 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