File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
- ## [ 5.0.3] - 2020-xx-xx
10
-
9
+ ## [ 5.0.3] - 2020-08-19
10
+ - Some fixes for project classes
11
11
12
12
## [ 5.0.2] - 2020-08-15
13
13
- Upgrade nikic/php-parser from 4.5.x to 4.6.x
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ class Doctum extends Container
41
41
{
42
42
public const VERSION_MAJOR = 5 ;
43
43
public const VERSION_MINOR = 0 ;
44
- public const VERSION_PATCH = 2 ;
45
- public const IS_DEV = true ;
44
+ public const VERSION_PATCH = 3 ;
45
+ public const IS_DEV = false ;
46
46
47
47
//@phpstan-ignore-next-line
48
48
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