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.4.1] - 2021-04-DD
9+ ## [ 5.4.1] - 2021-04-22
1010
1111- Fixed Search results descriptions render
1212- Fixed PHP 8.0 usort does not want bool anymore on ` GitVersionCollection ` setups
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ class Doctum implements ArrayAccess
5151 public const VERSION_MAJOR = 5 ;
5252 public const VERSION_MINOR = 4 ;
5353 public const VERSION_PATCH = 1 ;
54- public const IS_DEV = true ;
54+ public const IS_DEV = false ;
5555
5656 //@phpstan-ignore-next-line
5757 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