diff --git a/EasyAdminBundle.php b/EasyAdminBundle.php index 853645b0e2..3a1fed8cef 100644 --- a/EasyAdminBundle.php +++ b/EasyAdminBundle.php @@ -21,7 +21,7 @@ */ class EasyAdminBundle extends Bundle { - const VERSION = '1.16.6-DEV'; + const VERSION = '1.16.6'; public function build(ContainerBuilder $container) { diff --git a/README.md b/README.md index d48a0ed7de..c2b7ab6e3f 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ read before using EasyAdmin. > **❮ NOTE ❯** you are reading the documentation of the bundle's **development** > version. You can also [read the documentation of the latest stable version ➜] -> (https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.16.5/). +> (https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.16.6/). Demo Application ----------------