Skip to content

Commit ee892ba

Browse files
committed
Update development version to 0.6
Signed-off-by: Tim Goudriaan <tim@codedmonkey.com>
1 parent db04770 commit ee892ba

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
},
123123
"extra": {
124124
"branch-alias": {
125-
"dev-main": "0.5.x-dev"
125+
"dev-main": "0.6.x-dev"
126126
},
127127
"runtime": {
128128
"dotenv_path": ".env.dirigent"

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Kernel extends BaseKernel
1414
{
1515
use MicroKernelTrait;
1616

17-
public const VERSION = '0.5.x-dev';
17+
public const VERSION = '0.6.x-dev';
1818

1919
protected function configureContainer(ContainerConfigurator $container): void
2020
{

0 commit comments

Comments
 (0)