Skip to content

Commit 7a0e2eb

Browse files
committed
chore: update version to 5.0.3-dev
1 parent 4c1d97b commit 7a0e2eb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [5.0.3] - 2020-xx-xx
10+
11+
912
## [5.0.2] - 2020-08-15
1013
- Upgrade nikic/php-parser from 4.5.x to 4.6.x
1114
- Add an error for PHP versions below 7.1

src/Doctum.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Doctum extends Container
4242
public const VERSION_MAJOR = 5;
4343
public const VERSION_MINOR = 0;
4444
public const VERSION_PATCH = 2;
45-
public const IS_DEV = false;
45+
public const IS_DEV = true;
4646

4747
//@phpstan-ignore-next-line
4848
public const VERSION = self::VERSION_MAJOR . '.' . self::VERSION_MINOR . '.' . self::VERSION_PATCH . (self::IS_DEV ? '-dev' : '');

0 commit comments

Comments
 (0)