From 7dad0afbc0f444916c3146fbaa547c6379f998fd Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Sun, 28 Feb 2016 20:38:14 +0100 Subject: [PATCH] Prepared the 1.11.7 release --- EasyAdminBundle.php | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/EasyAdminBundle.php b/EasyAdminBundle.php index 5ac91d1969..e6a407da2f 100644 --- a/EasyAdminBundle.php +++ b/EasyAdminBundle.php @@ -22,7 +22,7 @@ */ class EasyAdminBundle extends Bundle { - const VERSION = '1.11.7-DEV'; + const VERSION = '1.11.7'; public function build(ContainerBuilder $container) { diff --git a/README.md b/README.md index a8ca2dcfc2..0fa3bec86b 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Documentation > **❮ 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.11.6/). +> (https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.11.7/). #### Demo Application