Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 576e25f commit 83c48ceCopy full SHA for 83c48ce
2 files changed
EasyAdminBundle.php
@@ -22,7 +22,7 @@
22
*/
23
class EasyAdminBundle extends Bundle
24
{
25
- const VERSION = '1.11.6-DEV';
+ const VERSION = '1.11.6';
26
27
public function build(ContainerBuilder $container)
28
README.md
@@ -62,7 +62,7 @@ Documentation
62
63
> **❮ NOTE ❯** you are reading the documentation of the bundle's **development**
64
> version. You can also [read the documentation of the latest stable version ➜]
65
-> (https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.11.5/).
+> (https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.11.6/).
66
67
#### Demo Application
68
0 commit comments