Skip to content

Commit

Permalink
Prepare 1.16.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Apr 8, 2017
1 parent 2a1ce7b commit 129d3f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EasyAdminBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
class EasyAdminBundle extends Bundle
{
const VERSION = '1.16.9-DEV';
const VERSION = '1.16.9';

public function build(ContainerBuilder $container)
{
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Documentation
* [How To integrate FOSRestBundle and EasyAdmin](Resources/doc/tutorials/fosrestbundle-integration.md)

> **❮ 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.8/).
> version. You can also [read the documentation of the latest stable version ➜](https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.16.9/).
Demo Application
----------------
Expand Down

0 comments on commit 129d3f3

Please sign in to comment.