Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Woeler committed Oct 8, 2019
1 parent 4ca6049 commit 3ac2901
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/AppKernel.php
Expand Up @@ -34,14 +34,14 @@ class AppKernel extends Kernel
*
* @const integer
*/
const MINOR_VERSION = 15;
const MINOR_VERSION = 16;

/**
* Patch version number.
*
* @const integer
*/
const PATCH_VERSION = 3;
const PATCH_VERSION = 0;

/**
* Extra version identifier.
Expand All @@ -51,7 +51,7 @@ class AppKernel extends Kernel
*
* @const string
*/
const EXTRA_VERSION = '';
const EXTRA_VERSION = '-dev';

/**
* @var array
Expand Down
2 changes: 1 addition & 1 deletion app/version.txt
@@ -1 +1 @@
2.15.3
2.16.0-dev

0 comments on commit 3ac2901

Please sign in to comment.