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