Skip to content

Commit

Permalink
馃敄 Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Th3Mouk committed Jun 9, 2020
1 parent 61747cf commit 1728798
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Kernel/Kernel.php
Expand Up @@ -20,11 +20,11 @@
class Kernel implements KernelInterface
{
public const NAME = 'Thunder';
public const VERSION = '1.0.1';
public const VERSION_ID = 10001;
public const VERSION = '1.1.0';
public const VERSION_ID = 10100;
public const MAJOR_VERSION = 1;
public const MINOR_VERSION = 0;
public const RELEASE_VERSION = 1;
public const MINOR_VERSION = 1;
public const RELEASE_VERSION = 0;
public const EXTRA_VERSION = '';

protected string $environment;
Expand Down

0 comments on commit 1728798

Please sign in to comment.