From 063125ad8a9246044feada864393226f55527ea7 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Sat, 1 Apr 2017 10:20:39 +0200 Subject: [PATCH] Prepare 1.16.7 release --- EasyAdminBundle.php | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/EasyAdminBundle.php b/EasyAdminBundle.php index 80be5056f9..01a7bc2dff 100644 --- a/EasyAdminBundle.php +++ b/EasyAdminBundle.php @@ -21,7 +21,7 @@ */ class EasyAdminBundle extends Bundle { - const VERSION = '1.16.8-DEV'; + const VERSION = '1.16.8'; public function build(ContainerBuilder $container) { diff --git a/README.md b/README.md index 343a274bfb..921e910f37 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.7/). +> (https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.16.8/). Demo Application ----------------