We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 625eb32 commit 15dc171Copy full SHA for 15dc171
2 files changed
docs/installation/docker-standalone.md
@@ -95,7 +95,7 @@ commit you want to build. Simply run the `docker build` command inside the repos
95
```shell
96
git clone https://github.com/codedmonkey/dirigent.git
97
cd dirigent
98
-git checkout v0.7.1
+git checkout v0.7.2
99
docker build -t dirigent-standalone .
100
```
101
src/Kernel.php
@@ -16,7 +16,7 @@ class Kernel extends BaseKernel
16
{
17
use MicroKernelTrait;
18
19
- public const VERSION = '0.7.x-dev';
+ public const VERSION = '0.7.2';
20
21
protected function configureContainer(ContainerConfigurator $container): void
22
0 commit comments