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 @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ] - yyyy-mm-dd
8+ ## [ 5.5.3 ] - 2023-10-11
99
1010- Fix crash on ` IntersectionType ` (intersection types)
1111
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ class Doctum implements ArrayAccess
5353 public const VERSION_MAJOR = 5 ;
5454 public const VERSION_MINOR = 5 ;
5555 public const VERSION_PATCH = 3 ;
56- public const IS_DEV = true ;
56+ public const IS_DEV = false ;
5757
5858 //@phpstan-ignore-next-line
5959 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