Skip to content

Commit 15dc171

Browse files
committed
Update version to 0.7.2
1 parent 625eb32 commit 15dc171

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/installation/docker-standalone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ commit you want to build. Simply run the `docker build` command inside the repos
9595
```shell
9696
git clone https://github.com/codedmonkey/dirigent.git
9797
cd dirigent
98-
git checkout v0.7.1
98+
git checkout v0.7.2
9999
docker build -t dirigent-standalone .
100100
```
101101

src/Kernel.php

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

19-
public const VERSION = '0.7.x-dev';
19+
public const VERSION = '0.7.2';
2020

2121
protected function configureContainer(ContainerConfigurator $container): void
2222
{

0 commit comments

Comments
 (0)