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 0c8cb55 commit c1b2c24Copy full SHA for c1b2c24
2 files changed
EasyAdminBundle.php
@@ -22,7 +22,7 @@
22
*/
23
class EasyAdminBundle extends Bundle
24
{
25
- const VERSION = '1.12.1-DEV';
+ const VERSION = '1.12.1';
26
27
public function build(ContainerBuilder $container)
28
README.md
@@ -67,7 +67,7 @@ read before using EasyAdmin.
67
68
> **❮ NOTE ❯** you are reading the documentation of the bundle's **development**
69
> version. You can also [read the documentation of the latest stable version ➜]
70
-> (https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.12.0/).
+> (https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.12.1/).
71
72
Demo Application
73
----------------
0 commit comments