Skip to content

Commit

Permalink
chore: release 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Aug 19, 2020
1 parent 645ea72 commit dc04532
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.0.3] - 2020-xx-xx

## [5.0.3] - 2020-08-19
- Some fixes for project classes

## [5.0.2] - 2020-08-15
- Upgrade nikic/php-parser from 4.5.x to 4.6.x
Expand Down
4 changes: 2 additions & 2 deletions src/Doctum.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ class Doctum extends Container
{
public const VERSION_MAJOR = 5;
public const VERSION_MINOR = 0;
public const VERSION_PATCH = 2;
public const IS_DEV = true;
public const VERSION_PATCH = 3;
public const IS_DEV = false;

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

0 comments on commit dc04532

Please sign in to comment.