Skip to content

Commit

Permalink
Update the version to 5.5.4-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Dec 16, 2023
1 parent dc6cb2e commit 4abbdf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Doctum.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ class Doctum implements ArrayAccess
{
public const VERSION_MAJOR = 5;
public const VERSION_MINOR = 5;
public const VERSION_PATCH = 3;
public const IS_DEV = false;
public const VERSION_PATCH = 4;
public const IS_DEV = true;

//@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 4abbdf9

Please sign in to comment.