Skip to content

Commit

Permalink
Update version on kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed May 7, 2020
1 parent 01a2fb5 commit e82ba05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Kernel extends BaseKernel
{
use MicroKernelTrait;

public const VERSION = '0.1.0-dev';
public const VERSION = '0.2.0';

private const CONFIG_EXTS = '.{php,xml,yaml,yml}';

Expand Down

0 comments on commit e82ba05

Please sign in to comment.