We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72ce4d commit f952902Copy full SHA for f952902
CHANGELOG.md
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
-## [5.0.0] - 2020-07-xx
+## [5.0.0] - 2020-07-18
10
11
- Forked the project
12
- Removed all GIT tags
src/Doctum.php
@@ -42,7 +42,7 @@ class Doctum extends Container
42
public const VERSION_MAJOR = 5;
43
public const VERSION_MINOR = 0;
44
public const VERSION_PATCH = 0;
45
- public const IS_DEV = true;
+ public const IS_DEV = false;
46
47
//@phpstan-ignore-next-line
48
public const VERSION = self::VERSION_MAJOR . '.' . self::VERSION_MINOR . '.' . self::VERSION_PATCH . (self::IS_DEV ? '-dev' : '');
0 commit comments